Home
last modified time | relevance | path

Searched refs:htmlIsBooleanAttr (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
DHTMLtree.h137 htmlIsBooleanAttr (const xmlChar *name);
/external/libxml2/
DHTMLtree.c315 htmlIsBooleanAttr(const xmlChar *name) in htmlIsBooleanAttr() function
688 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) { in htmlAttrDumpOutput()
Dxmlsave.c1267 (htmlIsBooleanAttr(cur->name))) { in xhtmlAttrListDumpOutput()
Delfgcchack.h438 #undef htmlIsBooleanAttr
439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__intern…
441 #ifndef htmlIsBooleanAttr
442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidd…
443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias macro
DSAX2.c1110 (value == NULL) && (htmlIsBooleanAttr(fullname))) { in xmlSAX2AttributeInternal()