summaryrefslogtreecommitdiffstats
path: root/tdehtml/misc/htmltags.h
blob: d8fbb323629503daa558de0dcf4db01dddb9c1f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/* This file is automatically generated from htmltags.in by maketags, do not edit */
/* Copyright 1999 Lars Knoll */

#ifndef TDEHTML_TAGS_H
#define TDEHTML_TAGS_H

#include "dom/dom_string.h"
#include <kglobal.h>

KDE_NO_EXPORT const char* getTagName(unsigned short id);

#define ID_A 1
#define ID_ABBR 2
#define ID_ACRONYM 3
#define ID_ADDRESS 4
#define ID_APPLET 5
#define ID_AREA 6
#define ID_B 7
#define ID_BASE 8
#define ID_BASEFONT 9
#define ID_BDO 10
#define ID_BIG 11
#define ID_BLOCKQUOTE 12
#define ID_BODY 13
#define ID_BR 14
#define ID_BUTTON 15
#define ID_CAPTION 16
#define ID_CENTER 17
#define ID_CITE 18
#define ID_CODE 19
#define ID_COL 20
#define ID_COLGROUP 21
#define ID_DD 22
#define ID_DEL 23
#define ID_DFN 24
#define ID_DIR 25
#define ID_DIV 26
#define ID_DL 27
#define ID_DT 28
#define ID_EM 29
#define ID_EMBED 30
#define ID_FIELDSET 31
#define ID_FONT 32
#define ID_FORM 33
#define ID_FRAME 34
#define ID_FRAMESET 35
#define ID_H1 36
#define ID_H2 37
#define ID_H3 38
#define ID_H4 39
#define ID_H5 40
#define ID_H6 41
#define ID_HEAD 42
#define ID_HR 43
#define ID_HTML 44
#define ID_I 45
#define ID_IFRAME 46
#define ID_ILAYER 47
#define ID_IMG 48
#define ID_INPUT 49
#define ID_INS 50
#define ID_ISINDEX 51
#define ID_KBD 52
#define ID_KEYGEN 53
#define ID_LABEL 54
#define ID_LAYER 55
#define ID_LEGEND 56
#define ID_LI 57
#define ID_LINK 58
#define ID_MAP 59
#define ID_MARQUEE 60
#define ID_MENU 61
#define ID_META 62
#define ID_NOBR 63
#define ID_NOEMBED 64
#define ID_NOFRAMES 65
#define ID_NOSCRIPT 66
#define ID_NOLAYER 67
#define ID_OBJECT 68
#define ID_OL 69
#define ID_OPTGROUP 70
#define ID_OPTION 71
#define ID_P 72
#define ID_PARAM 73
#define ID_PLAINTEXT 74
#define ID_PRE 75
#define ID_Q 76
#define ID_S 77
#define ID_SAMP 78
#define ID_SCRIPT 79
#define ID_SELECT 80
#define ID_SMALL 81
#define ID_SPAN 82
#define ID_STRIKE 83
#define ID_STRONG 84
#define ID_STYLE 85
#define ID_SUB 86
#define ID_SUP 87
#define ID_TABLE 88
#define ID_TBODY 89
#define ID_TD 90
#define ID_TEXTAREA 91
#define ID_TFOOT 92
#define ID_TH 93
#define ID_THEAD 94
#define ID_TITLE 95
#define ID_TR 96
#define ID_TT 97
#define ID_U 98
#define ID_UL 99
#define ID_VAR 100
#define ID_WBR 101
#define ID_XMP 102
#define ID_TEXT 103
#define ID_COMMENT 104
#define ID_CLOSE_TAG 104
#define ID_LAST_TAG 104

#endif