Searched defs:ATTRS (Results 1 - 1 of 1) sorted by relevance
/external/libxml2/ |
H A D | HTMLparser.c | 656 #define ATTRS COREATTRS,I18N,EVENTS macro 663 static const char* const html_attrs[] = { ATTRS, NULL } ; 670 static const char* const a_attrs[] = { ATTRS, "charset", "type", "name", 689 static const char* const quote_attrs[] = { ATTRS, "cite", NULL } ; 691 static const char* const body_attrs[] = { ATTRS, "onload", "onunload", NULL } ; 694 static const char* const button_attrs[] = { ATTRS, "name", "value", "type", 698 static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ; 700 static const char* const edit_attrs[] = { ATTRS, "datetime", "cite", NULL } ; 701 static const char* const compact_attrs[] = { ATTRS, "compact", NULL } ; 708 static const char* const form_attrs[] = { ATTRS, "metho [all...] |
Completed in 130 milliseconds