Searched refs:XML_PARSE_NOBLANKS (Results 1 – 10 of 10) sorted by relevance
50 libxml2.XML_PARSE_NOBLANKS)
604 libxml2.XML_PARSE_NOBLANKS)
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 +…
6637 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()6640 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()6641 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
1706 ctxt->options |= XML_PARSE_NOBLANKS; in xmlInitParserCtxt()
3374 options |= XML_PARSE_NOBLANKS; in main()
15160 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()15163 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()15164 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
260 if (no == 0) return(XML_PARSE_NOBLANKS | XML_PARSE_RECOVER); in gen_parseroptions()
1211 d XML_PARSE_NOBLANKS... Remove blank nodes