MXMLDocument Class Reference
[Micro XML Document Object Model]
#include <mxmldom.h>
Detailed Description
XML Document.MXMLDocument is used to load and save XML documents into a MXMLElement tree.
Public Member Functions | |
| bool | Load (MXMLStream &a_stream, size_t a_bufferSize=4096) |
| Load an xml document. | |
| bool | Save (MXMLStream &a_stream) const |
| Save an xml document. | |
| MXMLElement * | GetDocumentElement () |
| Get the document level element, should have 1 root element and possible declarations. | |
Member Function Documentation
|
||||||||||||
|
Load an xml document.
|
|
|
Save an xml document.
|
The documentation for this class was generated from the following files:
- mxmldom.h
- mxmldom.cpp