Searched refs:htmlIsBooleanAttr (Results 1 – 5 of 5) sorted by relevance
137 htmlIsBooleanAttr (const xmlChar *name);
306 htmlIsBooleanAttr(const xmlChar *name) in htmlIsBooleanAttr() function681 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) { in htmlAttrDumpOutput()
1194 (htmlIsBooleanAttr(cur->name))) { in xhtmlAttrListDumpOutput()
438 #undef htmlIsBooleanAttr439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__intern…441 #ifndef htmlIsBooleanAttr442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidd…443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias macro
3277 } else if (htmlIsBooleanAttr(name)) { in htmlParseAttribute()