An object containing the data of a XML node.
new ()
arbiter:TreeNode<XmlNode>
The TreeNode instance which owns this node.
TreeNode
attributes:AttrAccess
XML Attributes (if any).
data:String
PCDATA or CDATA (if any).
name:String
Node element name.
descendants (name:String, ?deep:Bool):Array<XmlNode>
firstDescendant (name:String, ?deep:Bool):XmlNode
iterator ():Iterator<XmlNode>
toString ():String
staticof (xml:Xml):XmlNode