Home
last modified time | relevance | path

Searched refs:XML_PARSE_NOBLANKS (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h1086 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
/external/libxml2/
DHTMLparser.c5958 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()
5961 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
5962 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
Dparser.c14152 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()
14155 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
14156 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()