#include <xmlmodelevents.h>
Inheritance diagram for XmlModelEvent:
Public Types | |
enum | XmlModelEventType { StartElement, EndElement, Characters, StartCDATA, EndCDATA, Comment, PI, StartDoctype, EndDoctype, XmlDecl, EntityDecl, NotationDecl, Default } |
Public Attributes | |
XmlModelEventType | type |
Type of the event. More... |
This events are sent to XmlModel by XmlParser. All XML model events must inherit this structure.
Definition at line 37 of file xmlmodelevents.h.
|
Type of the event.
Definition at line 42 of file xmlmodelevents.h. |
|
Type of the event.
With the knowledge of this type, the XmlModel can overtype the event to correct event type (e.g. XmlStartElementEvent). Definition at line 89 of file xmlmodelevents.h. Referenced by XmlSimpleModel::manageEvent, XmlAdaptiveModel::manageEvent, XmlCharactersEvent::XmlCharactersEvent, XmlCommentEvent::XmlCommentEvent, XmlDeclEvent::XmlDeclEvent, XmlDefaultEvent::XmlDefaultEvent, XmlEndCDATAEvent::XmlEndCDATAEvent, XmlEndDoctypeEvent::XmlEndDoctypeEvent, XmlEndElementEvent::XmlEndElementEvent, XmlEntityDeclEvent::XmlEntityDeclEvent, XmlNotationDeclEvent::XmlNotationDeclEvent, XmlPIEvent::XmlPIEvent, XmlStartCDATAEvent::XmlStartCDATAEvent, XmlStartDoctypeEvent::XmlStartDoctypeEvent, and XmlStartElementEvent::XmlStartElementEvent. |