SAX style XML handler.
More...
|
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).
|
|
◆ MyXmlHandler()
void MyXmlHandler::MyXmlHandler |
( |
| ) |
|
|
inline |
◆ characters()
void MyXmlHandler::characters |
( |
void | str | ) |
|
|
inline |
◆ endElement()
void MyXmlHandler::endElement |
( |
void | namespaceURI, |
|
|
void | localName, |
|
|
void | qName ) |
|
inline |
◆ startElement()
void MyXmlHandler::startElement |
( |
void | namespaceURI, |
|
|
void | localName, |
|
|
void | qName, |
|
|
void | atts ) |
|
inline |
The documentation for this class was generated from the following file: