brl_xml.md 887 B


id: brl.xml title: BRL.XML

sidebar_label: BRL.XML

Types

Type Description
TxmlNode An XML Node.
TxmlDoc An XML Document.
TxmlAttribute An xml element attribute name/value pair. (read only)

Methods

Method getName:String()

Returns the element name.


Method ToString:String() Override

Returns a string representation of the element.


Method ToStringFormat:String(format:Int = False)

Returns a string representation of the element, optionally formatting the output.


Consts

Const MXML_DESCEND:Int = 1

Descend when finding/walking.


Const MXML_NO_DESCEND:Int = 0

Don't descend when finding/walking.


Const MXML_DESCEND_FIRST:Int = -1

Descend for first find.