#include <xmlmodelevents.h>
Inheritance diagram for XmlNotationDeclEvent:
Public Methods | |
XmlNotationDeclEvent (const XmlChar *notationName, const XmlChar *systemId, const XmlChar *publicId) | |
A constructor. More... | |
Public Attributes | |
const XmlChar * | notationName |
Name of the notation. | |
const XmlChar * | systemId |
System Id. | |
const XmlChar * | publicId |
Public Id. |
Definition at line 415 of file xmlmodelevents.h.
|
A constructor.
Definition at line 423 of file xmlmodelevents.h. References XmlModelEvent::NotationDecl, notationName, publicId, systemId, XmlModelEvent::type, and XmlChar. |