This is the complete list of members for xmlParserBase, including all inherited members.
_data | xmlParserBase | protected |
_father | xmlParserBase | protected |
_garbage | xmlParserBase | protectedstatic |
_mapAttrib | xmlParserBase | protected |
_stackParser | xmlParserBase | static |
_xmlParser | xmlParserBase | static |
addData(std::string value) | xmlParserBase | virtual |
cdata_block(void *userData, const xmlChar *value, int len) | xmlParserBase | static |
characters(void *userData, const xmlChar *ch, int len) | xmlParserBase | static |
charData(std::string data) | xmlParserBase | protectedvirtual |
cleanGarbage() | xmlParserBase | static |
comment(void *userData, const xmlChar *value) | xmlParserBase | static |
counts | xmlParserBase | |
end() | xmlParserBase | protectedvirtual |
end_document(void *userData) | xmlParserBase | static |
end_element(void *userData, const xmlChar *name) | xmlParserBase | static |
error(void *userData, const char *fmt,...) | xmlParserBase | static |
fatal_error(void *userData, const char *fmt,...) | xmlParserBase | static |
getAttribute(std::string key) | xmlParserBase | |
getAttributes(const xmlChar **p) | xmlParserBase | protected |
getGarbageSize() | xmlParserBase | inlinestatic |
incrCount(const XML_Char *elem) | xmlParserBase | protectedvirtual |
init(const xmlChar **p, xmlParserBase *father=0) | xmlParserBase | virtual |
onEnd(const XML_Char *name) | xmlParserBase | protectedvirtual |
onStart(const XML_Char *elem, const xmlChar **p) | xmlParserBase | protectedvirtual |
setAttribute(std::string key, std::string value) | xmlParserBase | |
start_document(void *userData) | xmlParserBase | static |
start_element(void *userData, const xmlChar *name, const xmlChar **p) | xmlParserBase | static |
stopParse(std::string what) | xmlParserBase | protectedvirtual |
warning(void *userData, const char *fmt,...) | xmlParserBase | static |
XML_SetUserData(_xmlParserCtxt *ctxt, xmlParserBase *parser) | xmlParserBase | static |