Home
last modified time | relevance | path

Searched refs:HTML_PARSE_NOIMPLIED (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h186 HTML_PARSE_NOIMPLIED= 1<<13,/* Do not add implied html/body... elements */ enumerator
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle265 d HTML_PARSE_NOIMPLIED... No implied html/body
/external/libxml2/
DNEWS465 Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder),
Dparser.c13584 options |= HTML_PARSE_NOIMPLIED; in xmlParseInNodeContext()