Home
last modified time | relevance | path

Searched refs:XML_COMPLETE_ATTRS (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h148 #define XML_COMPLETE_ATTRS 4 macro
/external/libxml2/
Dxmlreader.c3771 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3773 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderSetParserProp()
3774 ctxt->loadsubset -= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3820 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderGetParserProp()
DSAX2.c1489 (ctxt->loadsubset & XML_COMPLETE_ATTRS)) { in xmlCheckDefaultedAttributes()
2303 ((ctxt->loadsubset & XML_COMPLETE_ATTRS) == 0)) in xmlSAX2StartElementNs()
Dxmllint.c3496 xmlLoadExtDtdDefaultValue |= XML_COMPLETE_ATTRS; in main()
Dparser.c14494 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlCtxtUseOptionsInternal()