Node

abstract inner class Node(val model: Model)(source)

Inheritors

Constructors

Link copied to clipboard
constructor(model: Model)

Properties

Link copied to clipboard
abstract val id: String
Link copied to clipboard
Link copied to clipboard
var nsmap: NamespaceMap

Functions

Link copied to clipboard
abstract fun describe()
Link copied to clipboard
Link copied to clipboard
fun startElement(name: QName)
fun startElement(name: QName, attr: Map<String, String?>)
Link copied to clipboard
fun text(text: String)