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.c306 htmlIsBooleanAttr(const xmlChar *name) in htmlIsBooleanAttr() function
681 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) { in htmlAttrDumpOutput()
Dxmlsave.c1194 (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
DHTMLparser.c3277 } else if (htmlIsBooleanAttr(name)) { in htmlParseAttribute()