Searched refs:XML_PARSE_NOBLANKS (Results 1 – 3 of 3) sorted by relevance
1095 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
6519 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()6522 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()6523 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
14511 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()14514 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()14515 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()