Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h1095 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
/external/libxml2/
DHTMLparser.c6519 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()
6522 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
6523 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
Dparser.c14511 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()
14514 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
14515 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()