Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h1103 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */ enumerator
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1246 d XML_PARSE_NSCLEAN... Rmv redndnt ns decls
/external/libxml2/
Dxmllint.c3165 options |= XML_PARSE_NSCLEAN; in main()
Dparser.c1597 if (ctxt->options & XML_PARSE_NSCLEAN) { in nsPush()
15104 if (options & XML_PARSE_NSCLEAN) { in xmlCtxtUseOptionsInternal()
15105 ctxt->options |= XML_PARSE_NSCLEAN; in xmlCtxtUseOptionsInternal()
15106 options -= XML_PARSE_NSCLEAN; in xmlCtxtUseOptionsInternal()
Dtestapi.c262 if (no == 2) return(XML_PARSE_XINCLUDE | XML_PARSE_NOXINCNODE | XML_PARSE_NSCLEAN); in gen_parseroptions()