Home
last modified time | relevance | path

Searched refs:sax2 (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h278 int sax2; /* operating in the new SAX mode */ member
/external/libxml2/
Dparser.c997 (ctxt->sax->endElementNs != NULL))) ctxt->sax2 = 1; in xmlDetectSAX2()
999 ctxt->sax2 = 1; in xmlDetectSAX2()
5813 if ((ctxt->sax2) && (defaultValue != NULL) && in xmlParseAttributeListDecl()
5818 if (ctxt->sax2) { in xmlParseAttributeListDecl()
9596 if (ctxt->sax2) in xmlParseElement()
9628 if (ctxt->sax2) { in xmlParseElement()
9704 if (ctxt->sax2) { in xmlParseElement()
10984 if (ctxt->sax2) in xmlParseTryOrFinish()
11017 if (ctxt->sax2) { in xmlParseTryOrFinish()
11050 if (ctxt->sax2) in xmlParseTryOrFinish()
[all …]
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp527 parser->sax2 = 1; in createMemoryParser()