VVSDK  1.0
The VVAmbisonic Library
Public Member Functions | Public Attributes | List of all members
CXDocumentHandler Class Reference

#include <XMLParser.h>

Public Member Functions

 CXDocumentHandler ()
 
 ~CXDocumentHandler ()
 
void characters (const string &, int, int)
 
void endDocument ()
 
void endElement (const string &strTagName)
 
void startDocument ()
 
void startElement (const string &strTagName)
 
void startElement (const string &strTagName, CXAttributeList)
 

Public Attributes

CXMLElementm_pRootElement
 

Detailed Description

XML Document for creation of complete documents

Constructor & Destructor Documentation

CXDocumentHandler::CXDocumentHandler ( )

Constructor

CXDocumentHandler::~CXDocumentHandler ( )

Destructor

Member Function Documentation

void CXDocumentHandler::characters ( const string &  str,
int  nStart,
int  nLength 
)

Receive notification of character data.

void CXDocumentHandler::endDocument ( )

Receive notification of the end of a document.

void CXDocumentHandler::endElement ( const string &  strTagName)

Receive notification of the end of an element.

void CXDocumentHandler::startDocument ( )

Receive notification of the beginning of a document.

void CXDocumentHandler::startElement ( const string &  strTagName)

Receive notification of the beginning of an element.

void CXDocumentHandler::startElement ( const string &  strTagName,
CXAttributeList   
)

Receive notification of the beginning of an element.

Member Data Documentation

CXMLElement* CXDocumentHandler::m_pRootElement

root element of document


The documentation for this class was generated from the following files: