BeginElement
data class BeginElement(val depth: Int, val name: XmlToken.QualifiedName, val attributes: Map<XmlToken.QualifiedName, String> = emptyMap(), val nsDeclarations: List<XmlToken.Namespace> = emptyList()) : XmlToken
The opening of an XML element
Constructors
Link copied to clipboard
constructor(depth: Int, name: XmlToken.QualifiedName, attributes: Map<XmlToken.QualifiedName, String> = emptyMap(), nsDeclarations: List<XmlToken.Namespace> = emptyList())