Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h262 HTML_VALID = 0x4 , enumerator
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle371 d HTML_VALID c X'0004'
372 d HTML_REQUIRED c X'000C' HTML_VALID ored-in
/external/libxml2/
DHTMLparser.c6626 return ( elt->dtd == 0 ) ? HTML_VALID : HTML_DEPRECATED ; in htmlElementStatusHere()
6654 return HTML_VALID ; in htmlAttrAllowed()
6687 ) ? HTML_VALID : HTML_INVALID ) in htmlNodeStatus()