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

XmlDeclEvent Struct Reference

XML event reporting XML declaration. More...

#include <xmlmodelevents.h>

Inheritance diagram for XmlDeclEvent:

XmlModelEvent List of all members.

Public Methods

 XmlDeclEvent (const XmlChar *version, const XmlChar *encoding, int standalone)
 A constructor. More...


Public Attributes

const XmlChar * version
 XML version.

const XmlChar * encoding
 Encoding of the document.

int standalone
 Is XML document standalone?


Detailed Description

XML event reporting XML declaration.

Definition at line 275 of file xmlmodelevents.h.


Constructor & Destructor Documentation

XmlDeclEvent::XmlDeclEvent const XmlChar *    version,
const XmlChar *    encoding,
int    standalone
[inline]
 

A constructor.

Parameters:
version  The XML version.
encoding  The encoding of the document.
standalone  Is the document standalone?

Definition at line 283 of file xmlmodelevents.h.

References encoding, standalone, XmlModelEvent::type, version, XmlChar, and XmlModelEvent::XmlDecl.


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