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

XmlStartDoctypeEvent Struct Reference

XML event reporting the start of the doctype. More...

#include <xmlmodelevents.h>

Inheritance diagram for XmlStartDoctypeEvent:

XmlModelEvent List of all members.

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...


Detailed Description

XML event reporting the start of the doctype.

Definition at line 307 of file xmlmodelevents.h.


Constructor & Destructor Documentation

XmlStartDoctypeEvent::XmlStartDoctypeEvent const XmlChar *    doctypeName,
const XmlChar *    systemId,
const XmlChar *    publicId,
int    hasInternalSubset
[inline]
 

A constructor.

Parameters:
doctypeName  The name of the doctype.
systemId  The system id.
publicId  The public id.
hasInternalSubset  Has the DTD an internal subset?

Definition at line 316 of file xmlmodelevents.h.

References doctypeName, hasInternalSubset, publicId, XmlModelEvent::StartDoctype, systemId, XmlModelEvent::type, and XmlChar.


Member Data Documentation

int XmlStartDoctypeEvent::hasInternalSubset
 

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.


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