Searched refs:htmlIsBooleanAttr (Results 1 – 5 of 5) sorted by relevance
137 htmlIsBooleanAttr (const xmlChar *name);
315 htmlIsBooleanAttr(const xmlChar *name) in htmlIsBooleanAttr() function688 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) { in htmlAttrDumpOutput()
1267 (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
1110 (value == NULL) && (htmlIsBooleanAttr(fullname))) { in xmlSAX2AttributeInternal()