#include "defs.h"
#include "xmldefs.h"
Go to the source code of this file.
Compounds | |
struct | XmlCharactersEvent |
XML event reporting character data. More... | |
struct | XmlCommentEvent |
XML event reporting comments. More... | |
struct | XmlDeclEvent |
XML event reporting XML declaration. More... | |
struct | XmlDefaultEvent |
XML event reporting default data. More... | |
struct | XmlEndCDATAEvent |
XML event reporting CDATA section end. More... | |
struct | XmlEndDoctypeEvent |
XML event reporting the end of the doctype. More... | |
struct | XmlEndElementEvent |
XML event reporting end of the element. More... | |
struct | XmlEntityDeclEvent |
XML event reporting entity declaration. More... | |
struct | XmlModelEvent |
Structure representing generic XML model event. More... | |
struct | XmlNotationDeclEvent |
XML event reporting notation declaration. More... | |
struct | XmlPIEvent |
XML event reporting procession instruction. More... | |
struct | XmlStartCDATAEvent |
XML event reporting CDATA section start. More... | |
struct | XmlStartDoctypeEvent |
XML event reporting the start of the doctype. More... | |
struct | XmlStartElementEvent |
XML event reporting start of the element. More... |
This file contains definitions of XML model events.
Definition in file xmlmodelevents.h.