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.c3761 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3763 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderSetParserProp()
3764 ctxt->loadsubset -= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3810 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderGetParserProp()
DSAX2.c1473 (ctxt->loadsubset & XML_COMPLETE_ATTRS)) { in xmlCheckDefaultedAttributes()
2262 ((ctxt->loadsubset & XML_COMPLETE_ATTRS) == 0)) in xmlSAX2StartElementNs()
Dxmllint.c3306 xmlLoadExtDtdDefaultValue |= XML_COMPLETE_ATTRS; in main()
Dparser.c14144 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlCtxtUseOptionsInternal()