Searched refs:COREATTRS (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A DHTMLparser.c510 #define COREATTRS "id", "class", "style", "title" macro
516 #define ATTRS COREATTRS,I18N,EVENTS
524 static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ;
525 static const char* const core_attrs[] = { COREATTRS, NULL } ;
542 static const char* const applet_attrs[] = { COREATTRS , "codebase",
566 static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ;
569 static const char* const frame_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "marginwidth", "marginheight", "noresize", "scrolling" , NULL } ;
570 static const char* const frameset_attrs[] = { COREATTRS, "rows", "cols", "onload", "onunload", NULL } ;
577 static const char* const iframe_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "marginwidth", "marginheight", "scrolling", "align", "height", "width", NULL } ;
579 static const char* const embed_attrs[] = { COREATTRS, "alig
[all...]

Completed in 35 milliseconds