Searched refs:XML_PARSE_NOBLANKS (Results 1 – 10 of 10) sorted by relevance
50 libxml2.XML_PARSE_NOBLANKS)
604 libxml2.XML_PARSE_NOBLANKS)
124 XML_PARSE_NOBLANKS), in canonicalizeXML()
1098 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
34 …doc = libxml2.readFile( file_name, None, libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS +…
1723 ctxt->options |= XML_PARSE_NOBLANKS; in xmlInitParserCtxt()
3382 options |= XML_PARSE_NOBLANKS; in main()
15311 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()15314 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()15315 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
260 if (no == 0) return(XML_PARSE_NOBLANKS | XML_PARSE_RECOVER); in gen_parseroptions()
1236 d XML_PARSE_NOBLANKS... Remove blank nodes