Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c654 #define COREATTRS "id", "class", "style", "title" macro
660 #define ATTRS COREATTRS,I18N,EVENTS
668 static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ;
669 static const char* const core_attrs[] = { COREATTRS, NULL } ;
686 static const char* const applet_attrs[] = { COREATTRS , "codebase",
710 static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ;
713 static const char* const frame_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "ma…
714 static const char* const frameset_attrs[] = { COREATTRS, "rows", "cols", "onload", "onunload", NULL…
721 static const char* const iframe_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "m…
723 static const char* const embed_attrs[] = { COREATTRS, "align", "alt", "border", "code", "codebase",…
[all …]