#include <ExpatParser.hxx>
Definition at line 45 of file ExpatParser.hxx.
ExpatParser::ExpatParser |
( |
void * |
userData | ) |
|
|
inlineexplicit |
ExpatParser::~ExpatParser |
( |
| ) |
|
|
inline |
static gcc_pure const char* ExpatParser::GetAttribute |
( |
const XML_Char ** |
atts, |
|
|
const char * |
name |
|
) |
| |
|
staticnoexcept |
static gcc_pure const char* ExpatParser::GetAttributeCase |
( |
const XML_Char ** |
atts, |
|
|
const char * |
name |
|
) |
| |
|
staticnoexcept |
void ExpatParser::Parse |
( |
const char * |
data, |
|
|
size_t |
length, |
|
|
bool |
is_final |
|
) |
| |
void ExpatParser::SetCharacterDataHandler |
( |
XML_CharacterDataHandler |
charhndl | ) |
|
|
inlinenoexcept |
void ExpatParser::SetElementHandler |
( |
XML_StartElementHandler |
start, |
|
|
XML_EndElementHandler |
end |
|
) |
| |
|
inlinenoexcept |
The documentation for this class was generated from the following file: