A specialization of ExpatParser that provides the most common callbacks as virtual methods.
More...
#include <ExpatParser.hxx>
A specialization of ExpatParser that provides the most common callbacks as virtual methods.
Definition at line 92 of file ExpatParser.hxx.
CommonExpatParser::CommonExpatParser |
( |
| ) |
|
|
inline |
virtual void CommonExpatParser::CharacterData |
( |
const XML_Char * |
s, |
|
|
int |
len |
|
) |
| |
|
protectedpure virtual |
virtual void CommonExpatParser::EndElement |
( |
const XML_Char * |
name | ) |
|
|
protectedpure virtual |
static gcc_pure const char* CommonExpatParser::GetAttribute |
( |
const XML_Char ** |
atts, |
|
|
const char * |
name |
|
) |
| |
|
inlinestatic |
static gcc_pure const char* CommonExpatParser::GetAttributeCase |
( |
const XML_Char ** |
atts, |
|
|
const char * |
name |
|
) |
| |
|
inlinestatic |
void CommonExpatParser::Parse |
( |
const char * |
data, |
|
|
size_t |
length, |
|
|
bool |
is_final |
|
) |
| |
|
inline |
virtual void CommonExpatParser::StartElement |
( |
const XML_Char * |
name, |
|
|
const XML_Char ** |
atts |
|
) |
| |
|
protectedpure virtual |
The documentation for this class was generated from the following file: