id: brl.xml title: BRL.XML
| Type | Description |
|---|---|
| TxmlNode | An XML Node. |
| TxmlDoc | An XML Document. |
| TxmlAttribute | An xml element attribute name/value pair. (read only) |
Method getName:String()Returns the element name.
Method ToString:String() OverrideReturns a string representation of the element.
Method ToStringFormat:String(format:Int = False)Returns a string representation of the element, optionally formatting the output.
Const MXML_DESCEND:Int = 1Descend when finding/walking.
Const MXML_NO_DESCEND:Int = 0Don't descend when finding/walking.
Const MXML_DESCEND_FIRST:Int = -1Descend for first find.