Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

XmlNotationDeclEvent Struct Reference

XML event reporting notation declaration. More...

#include <xmlmodelevents.h>

Inheritance diagram for XmlNotationDeclEvent:

XmlModelEvent List of all members.

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.


Detailed Description

XML event reporting notation declaration.

Definition at line 415 of file xmlmodelevents.h.


Constructor & Destructor Documentation

XmlNotationDeclEvent::XmlNotationDeclEvent const XmlChar *    notationName,
const XmlChar *    systemId,
const XmlChar *    publicId
[inline]
 

A constructor.

Parameters:
notationName  The name of the notation.
systemId  The system id.
publicId  The public id.

Definition at line 423 of file xmlmodelevents.h.

References XmlModelEvent::NotationDecl, notationName, publicId, systemId, XmlModelEvent::type, and XmlChar.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 5 10:43:07 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002