BeginElement

constructor(depth: Int, name: String)
constructor(depth: Int, name: String, attributes: Map<XmlToken.QualifiedName, String>)
constructor(depth: Int, name: XmlToken.QualifiedName, attributes: Map<XmlToken.QualifiedName, String> = emptyMap(), nsDeclarations: List<XmlToken.Namespace> = emptyList())