Micro XML Class List
Here are the classes, structs, unions and interfaces with brief descriptions:| MXMLCDATA | Node representing XML CDATA |
| MXMLComment | Node representing XML comment |
| MXMLDeclaration | Node representing XML declaration |
| MXMLDocument | XML Document |
| MXMLElement | Node representing an XML element |
| MXMLElement::Attributes | Attributes is a list of name value pair Attribute objects |
| MXMLElement::Attributes::Attribute | Attribute is a read only name value pair |
| MXMLNode | Abstract base class for XML Document nodes |
| MXMLParser | XMLParser type returned by MXMLParserCreate |
| MXMLStream | Stream interface |
| MXMLText | Node representing XML text |
| MXMLTextBase | Base class for nodes with text, abstract class |