repo.or.cz
/
kdelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
don't discard iframe children.
[kdelibs.git]
/
khtml
/
misc
/
htmlhashes.h
blob
eada7f3b4b4f48b3454021f3b0919faba91aaf76
1
#ifndef HTMLHASHES_H
2
#define HTMLHASHES_H
3
4
#if 0
5
#include
"xml/dom_stringimpl.h"
6
#include
"htmlattrs.h"
7
#include
"htmltags.h"
8
9
namespace
khtml
10
{
11
int
getTagID
(
const char
*
tagStr
,
int
len
);
12
int
getAttrID
(
const char
*
tagStr
,
int
len
);
13
}
14
#endif
15
16
#endif