Searched defs:ATTRS (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | HTMLparser.c | 516 #define ATTRS COREATTRS,I18N,EVENTS macro 523 static const char* const html_attrs[] = { ATTRS, NULL } ; 530 static const char* const a_attrs[] = { ATTRS, "charset", "type", "name", 549 static const char* const quote_attrs[] = { ATTRS, "cite", NULL } ; 551 static const char* const body_attrs[] = { ATTRS, "onload", "onunload", NULL } ; 554 static const char* const button_attrs[] = { ATTRS, "name", "value", "type", 558 static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ; 560 static const char* const edit_attrs[] = { ATTRS, "datetime", "cite", NULL } ; 561 static const char* const compact_attrs[] = { ATTRS, "compact", NULL } ; 568 static const char* const form_attrs[] = { ATTRS, "metho [all...] |
Completed in 1355 milliseconds