#include <GXmlTree.h>
Public Member Functions | |
GXmlTree (int Flags=0) | |
Constructor. | |
bool | Read (GXmlTag *Root, GStream *File, GXmlFactory *Factory) |
Read an XML file into a DOM tree of GXmlTag objects from a stream. | |
bool | Write (GXmlTag *Root, GStream *File) |
Write an XML file from a DOM tree of GXmlTag objects into a stream. | |
char * | GetErrorMsg () |
Gets the last error message. |
|
Constructor.
|
|
Read an XML file into a DOM tree of GXmlTag objects from a stream.
|
|
Write an XML file from a DOM tree of GXmlTag objects into a stream.
|