#ifndef HTMLHASHES_H
#define HTMLHASHES_H

#include "xml/dom_stringimpl.h"
#include "htmlattrs.h"
#include "htmltags.h"

namespace tdehtml
{
  int getTagID(const char *tagStr, int len);
  int getAttrID(const char *tagStr, int len);
}

#endif