#include <xmlmodelevents.h>
Inheritance diagram for XmlStartDoctypeEvent:
Public Methods | |
XmlStartDoctypeEvent (const XmlChar *doctypeName, const XmlChar *systemId, const XmlChar *publicId, int hasInternalSubset) | |
A constructor. More... | |
Public Attributes | |
const XmlChar * | doctypeName |
Doctype name. | |
const XmlChar * | systemId |
System Id. | |
const XmlChar * | publicId |
Public Id. | |
int | hasInternalSubset |
Info whether the document has internal subset. More... |
Definition at line 307 of file xmlmodelevents.h.
|
A constructor.
Definition at line 316 of file xmlmodelevents.h. References doctypeName, hasInternalSubset, publicId, XmlModelEvent::StartDoctype, systemId, XmlModelEvent::type, and XmlChar. |
|
Info whether the document has internal subset.
Value 1 means YES, value 0 means NO, and -1 says that this information wasn't contained in the doctype. Definition at line 340 of file xmlmodelevents.h. Referenced by XmlSimpleModel::manageEvent, XmlAdaptiveModel::manageEvent, and XmlStartDoctypeEvent. |