QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
MyXmlHandler Class Reference

SAX style XML handler. More...

Inheritance diagram for MyXmlHandler:

Public Member Functions

void characters (void str)
 Handle character data.
 
void endElement (void namespaceURI, void localName, void qName)
 
void MyXmlHandler ()
 
void startElement (void namespaceURI, void localName, void qName, void atts)
 Handle element (tag).
 

Detailed Description

SAX style XML handler.

Constructor & Destructor Documentation

◆ MyXmlHandler()

void MyXmlHandler::MyXmlHandler ( )
inline

Member Function Documentation

◆ characters()

void MyXmlHandler::characters ( void str)
inline

Handle character data.

◆ endElement()

void MyXmlHandler::endElement ( void namespaceURI,
void localName,
void qName )
inline

◆ startElement()

void MyXmlHandler::startElement ( void namespaceURI,
void localName,
void qName,
void atts )
inline

Handle element (tag).


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