don't discard iframe children.
[kdelibs.git] / khtml / misc / htmlhashes.h
blobeada7f3b4b4f48b3454021f3b0919faba91aaf76
1 #ifndef HTMLHASHES_H
2 #define HTMLHASHES_H
4 #if 0
5 #include "xml/dom_stringimpl.h"
6 #include "htmlattrs.h"
7 #include "htmltags.h"
9 namespace khtml
11 int getTagID(const char *tagStr, int len);
12 int getAttrID(const char *tagStr, int len);
14 #endif
16 #endif