VVSDK
1.0
The VVAmbisonic Library
|
#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 | |
CXMLElement * | m_pRootElement |
XML Document for creation of complete documents
CXDocumentHandler::CXDocumentHandler | ( | ) |
Constructor
CXDocumentHandler::~CXDocumentHandler | ( | ) |
Destructor
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.
CXMLElement* CXDocumentHandler::m_pRootElement |
root element of document