MXMLNode Class Reference
[Micro XML Document Object Model]
#include <mxmldom.h>
Inheritance diagram for MXMLNode:

Detailed Description
abstract base class for XML Document nodesNodes can only be constructed by a MXMLDocument. Call the Dispose method on a node to delete it.
Public Member Functions | |
virtual void | Dispose () |
Delete this node and its children. | |
MXMLDocument * | GetDocument () |
Get the owning document. | |
MXMLElement * | GetParent () |
Get the parent MXMLElement. | |
MXMLNode * | GetNextSibling () |
Get the next sibling node. | |
MXMLNode * | GetPrevSibling () |
Get the previous sibling node. | |
bool | IsType (Type a_type) const |
test to determine a node type to allow static cast to derived types | |
virtual const char * | GetText () const |
GetText will return text (UTF8) depending on the derived node type. |
The documentation for this class was generated from the following files:
- mxmldom.h
- mxmldom.cpp