libdom
|
Public Attributes | |
dom_msg | msg |
void * | mctx |
XML_Parser | parser |
struct dom_document * | doc |
struct dom_node * | current |
bool | is_cdata |
xmlParserCtxtPtr | xml_ctx |
dom_string * | udkey |
dom_exception | err |
expat XML parser object
libdom XML parser object
struct dom_node* dom_xml_parser::current |
DOM node we're currently building
struct dom_document * dom_xml_parser::doc |
DOM Document we're building
dom_exception dom_xml_parser::err |
Last DOM error, if any
bool dom_xml_parser::is_cdata |
If the character data is cdata or text
void * dom_xml_parser::mctx |
Pointer to client data
dom_msg dom_xml_parser::msg |
Informational message function
XML_Parser dom_xml_parser::parser |
expat parser context
dom_string* dom_xml_parser::udkey |
Key for DOM node user data
xmlParserCtxtPtr dom_xml_parser::xml_ctx |
libxml parser context