An object containing the data of a XML node.

Constructor

new ()

Variables

arbiter:TreeNode<XmlNode>

The TreeNode instance which owns this node.

attributes:AttrAccess

XML Attributes (if any).

data:String

PCDATA or CDATA (if any).

name:String

Node element name.

Methods

descendants (name:String, ?deep:Bool):Array<XmlNode>

firstDescendant (name:String, ?deep:Bool):XmlNode

iterator ():Iterator<XmlNode>

toString ():String

Static methods

staticof (xml:Xml):XmlNode