#include "GHashTable.h"
#include "GRefCount.h"
#include "GDom.h"
Go to the source code of this file.
Classes | |
class | GXmlAttr |
Xml attribute, a named value. More... | |
class | GXmlTag |
class | GXmlFactory |
class | GXmlTree |
The reader/writer for a tree of GXmlTag objects. More... | |
Defines | |
#define | GXT_NO_ENTITIES 0x0001 |
Runtime option: Don't encode entities. | |
#define | GXT_NO_PRETTY_WHITESPACE 0x0002 |
Runtime option: Output minimal whitespace. | |
#define | GXT_PRETTY_WHITESPACE 0x0004 |
Runtime option: Output extra whitespace. | |
#define | GXT_KEEP_WHITESPACE 0x0008 |
Runtime option: Keep input whitespace. | |
#define | GXT_NO_DOM 0x0010 |
Runtime option: Don't create DOM heirarchy, just a list of tags. |