Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h275 int sax2; /* operating in the new SAX mode */ member
/external/libxml2/
Dparser.c964 (ctxt->sax->endElementNs != NULL))) ctxt->sax2 = 1; in xmlDetectSAX2()
966 ctxt->sax2 = 1; in xmlDetectSAX2()
5631 if ((ctxt->sax2) && (defaultValue != NULL) && in xmlParseAttributeListDecl()
5636 if (ctxt->sax2) { in xmlParseAttributeListDecl()
9365 if (ctxt->sax2) in xmlParseElement()
9395 if (ctxt->sax2) { in xmlParseElement()
9471 if (ctxt->sax2) { in xmlParseElement()
10733 if (ctxt->sax2) in xmlParseTryOrFinish()
10764 if (ctxt->sax2) { in xmlParseTryOrFinish()
10797 if (ctxt->sax2) in xmlParseTryOrFinish()
[all …]
/external/webkit/WebCore/dom/
DXMLTokenizerLibxml2.cpp513 parser->sax2 = 1; in createMemoryParser()