Searched refs:XML_PARSE_NOBLANKS (Results 1 – 3 of 3) sorted by relevance
1086 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
5958 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()5961 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()5962 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
14152 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()14155 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()14156 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()