Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class ElementNode(val name: String, val namespace: String = "", val lang: String = "", val attributes: AttributeMap = emptyMap(), val children: List<Node> = listOf()) : Node
Represents a node with children in the XML tree