htmlhashes.h
00001 #ifndef HTMLHASHES_H 00002 #define HTMLHASHES_H 00003 00004 #include "xml/dom_stringimpl.h" 00005 #include "htmlattrs.h" 00006 #include "htmltags.h" 00007 00008 namespace khtml 00009 { 00010 int getTagID(const char *tagStr, int len); 00011 int getAttrID(const char *tagStr, int len); 00012 }; 00013 00014 #endif