Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dparser.h1106 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmllint.c3175 options |= XML_PARSE_NSCLEAN; in main()
H A Dparser.c1633 if (ctxt->options & XML_PARSE_NSCLEAN) { in nsPush()
15088 if (options & XML_PARSE_NSCLEAN) { in xmlCtxtUseOptionsInternal()
15089 ctxt->options |= XML_PARSE_NSCLEAN; in xmlCtxtUseOptionsInternal()
15090 options -= XML_PARSE_NSCLEAN; in xmlCtxtUseOptionsInternal()