Home
last modified time | relevance | path

Searched refs:HTML_VALID (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h262 HTML_VALID = 0x4 , enumerator
/external/libxml2/
DHTMLparser.c6307 return ( elt->dtd == 0 ) ? HTML_VALID : HTML_DEPRECATED ; in htmlElementStatusHere()
6335 return HTML_VALID ; in htmlAttrAllowed()
6368 ) ? HTML_VALID : HTML_INVALID ) in htmlNodeStatus()