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