EndElement

data class EndElement(val depth: Int, val name: XmlToken.QualifiedName) : XmlToken

The closing of an XML element

Constructors

Link copied to clipboard
constructor(depth: Int, name: String)
constructor(depth: Int, name: XmlToken.QualifiedName)

Properties

Link copied to clipboard
open override val depth: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String