Searched refs:XML_PARSE_SAX1 (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dparser.h1096 XML_PARSE_SAX1 = 1<<9, /* use the SAX1 interface internally */ enumerator in enum:__anon6992
/external/libxml2/
H A DdebugXML.c264 ((ctxt->doc->parseFlags & (XML_PARSE_SAX1 | XML_PARSE_NODICT)) == 0))) {
H A Dxmllint.c3388 options |= XML_PARSE_SAX1;
H A Dparser.c14538 if (options & XML_PARSE_SAX1) {
14544 options -= XML_PARSE_SAX1;
14545 ctxt->options |= XML_PARSE_SAX1;

Completed in 338 milliseconds