summaryrefslogtreecommitdiffstats
path: root/khtml/misc/htmlhashes.h
blob: bade18ffb9ae3917fef1554d3d02e641138e490f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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