#include <xmlmodelevents.h>
Inheritance diagram for XmlEntityDeclEvent:
Public Methods | |
XmlEntityDeclEvent (const XmlChar *entityName, int isParameterEntity, const XmlChar *value, int valueLength, const XmlChar *systemId, const XmlChar *publicId, const XmlChar *notationName) | |
A constructor. More... | |
Public Attributes | |
const XmlChar * | entityName |
Name of the entity. | |
int | isParameterEntity |
Is entity parametric? | |
const XmlChar * | value |
Value of the entity. | |
int | valueLength |
Length of the value. | |
const XmlChar * | systemId |
System Id. | |
const XmlChar * | publicId |
Public Id. | |
const XmlChar * | notationName |
Name of the notation. |
Definition at line 361 of file xmlmodelevents.h.
|
A constructor.
Definition at line 373 of file xmlmodelevents.h. References XmlModelEvent::EntityDecl, entityName, isParameterEntity, notationName, publicId, systemId, XmlModelEvent::type, value, valueLength, and XmlChar. |