#include <UT_XMLSaxParser.h>
Definition at line 29 of file UT_XMLSaxParser.h.
An XML element attribute as defined by a name and a value.
Definition at line 41 of file UT_XMLSaxParser.h.
UT_XMLSaxParser::UT_XMLSaxParser |
( |
| ) |
|
UT_XMLSaxParser::~UT_XMLSaxParser |
( |
| ) |
|
|
override |
Utility method for getting the value of an attribute.
virtual void UT_XMLSaxParser::onCDATABlock |
( |
const UT_String & |
characters | ) |
|
|
protectedvirtual |
virtual void UT_XMLSaxParser::onCharacters |
( |
const UT_String & |
characters | ) |
|
|
protectedvirtual |
virtual void UT_XMLSaxParser::onComment |
( |
const UT_String & |
text | ) |
|
|
protectedvirtual |
virtual void UT_XMLSaxParser::onEndDocument |
( |
| ) |
|
|
protectedvirtual |
virtual void UT_XMLSaxParser::onEndElement |
( |
const UT_String & |
name | ) |
|
|
protectedvirtual |
virtual void UT_XMLSaxParser::onFatalError |
( |
const UT_String & |
text | ) |
|
|
protectedvirtual |
virtual void UT_XMLSaxParser::onStartDocument |
( |
| ) |
|
|
protectedvirtual |
Callback methods that are called at various times of the parse.
virtual void UT_XMLSaxParser::onWarning |
( |
const UT_String & |
text | ) |
|
|
protectedvirtual |
bool UT_XMLSaxParser::parseContextSubclass |
( |
| ) |
|
|
overrideprotectedvirtual |
Parse XML using the current context. Return true on a successful parse. Return false otherwise.
Implements UT_XMLParser.
friend class utSaxParserCallback |
|
friend |
We need to give the callback helper class access to the parser's callback functions (i.e. onStartElement).
Definition at line 74 of file UT_XMLSaxParser.h.
The documentation for this class was generated from the following file: