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

XmlEntityDeclEvent Struct Reference

XML event reporting entity declaration. More...

#include <xmlmodelevents.h>

Inheritance diagram for XmlEntityDeclEvent:

XmlModelEvent List of all members.

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.


Detailed Description

XML event reporting entity declaration.

Definition at line 361 of file xmlmodelevents.h.


Constructor & Destructor Documentation

XmlEntityDeclEvent::XmlEntityDeclEvent const XmlChar *    entityName,
int    isParameterEntity,
const XmlChar *    value,
int    valueLength,
const XmlChar *    systemId,
const XmlChar *    publicId,
const XmlChar *    notationName
[inline]
 

A constructor.

Parameters:
entityName  The name of the entity.
isParameterEntity  Is the entity a parameter entity?
value  The value of the entity.
valueLength  The length of the value.
systemId  The system id.
publicId  The public id.
notationName  The name of the notation.

Definition at line 373 of file xmlmodelevents.h.

References XmlModelEvent::EntityDecl, entityName, isParameterEntity, notationName, publicId, systemId, XmlModelEvent::type, value, valueLength, 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