Main Page | Modules | Class Hierarchy | Class List | Class Members

Micro XML Document Object Model
[Micro XML]


Detailed Description

The Micro XML DOM provides a c++ Document Object to make working with XML documents easy. The Document supports loading and saving XML documents from a stream interface, and has memory override hooks for the Document memory and parser memory.


Classes

class  MXMLNode
 abstract base class for XML Document nodes More...
class  MXMLTextBase
 Base class for nodes with text, abstract class. More...
class  MXMLDeclaration
 Node representing XML declaration. More...
class  MXMLComment
 Node representing XML comment. More...
class  MXMLText
 Node representing XML text. More...
class  MXMLCDATA
 Node representing XML CDATA. More...
class  MXMLElement
 Node representing an XML element. More...
class  MXMLElement::Attributes
 Attributes is a list of name value pair Attribute objects. More...
class  MXMLElement::Attributes::Attribute
 Attribute is a read only name value pair. More...
class  MXMLStream
 Stream interface. More...
class  MXMLDocument
 XML Document. More...