You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef HTMLHASHES_H
|
|
#define HTMLHASHES_H
|
|
|
|
#include "xml/dom_stringimpl.h"
|
|
#include "htmlattrs.h"
|
|
#include "htmltags.h"
|
|
|
|
namespace khtml
|
|
{
|
|
int getTagID(const char *tagStr, int len);
|
|
int getAttrID(const char *tagStr, int len);
|
|
}
|
|
|
|
#endif
|