Searched refs:XML_PARSE_NOBLANKS (Results 1 – 9 of 9) sorted by relevance
124 XML_PARSE_NOBLANKS), in canonicalizeXML()
1098 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
635 nullptr, XML_PARSE_NOBLANKS | XML_PARSE_NODICT); in merge()
6721 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()6724 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()6725 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
1731 ctxt->options |= XML_PARSE_NOBLANKS; in xmlInitParserCtxt()
3365 options |= XML_PARSE_NOBLANKS; in main()
15060 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()15063 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()15064 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