Reference type that describes a node in an Xml tree structure (DOM). More...
Public Attributes | |
| XmlNodeType | type |
| type of node | |
| string | name |
| name of the node | |
| dictionary & | attributes |
| attributes of element nodes | |
| array< XmlNode * > & | childNodes |
| children nodes | |