Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2
<!--NewPage-->
3
<html>
4
<head>
5
<!-- Generated by javadoc on Fri Sep 24 03:23:03 CEST 1999 -->
6
<title>
7
  Class de.tudarmstadt.ito.schemas.dtd.ElementType
8
</title>
9
</head>
10
<body>
11
<a name="_top_"></a>
12
<pre>
13
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-de.tudarmstadt.ito.schemas.dtd.html">This Package</a>  <a href="de.tudarmstadt.ito.schemas.dtd.DTDConst.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.schemas.dtd.Entity.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
14
<hr>
15
<h1>
16
  Class de.tudarmstadt.ito.schemas.dtd.ElementType
17
</h1>
18
<pre>
19
java.lang.Object
20
   |
21
   +----de.tudarmstadt.ito.schemas.dtd.ElementType
22
</pre>
23
<hr>
24
<dl>
25
  <dt> public class <b>ElementType</b>
26
  <dt> extends Object
27
</dl>
28
Class representing an element type.
29
<p>
30
<hr>
31
<a name="index"></a>
32
<h2>
33
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
34
</h2>
35
<dl>
36
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
37
	<a href="#attributes"><b>attributes</b></a>
38
  <dd>  A Hashtable of Attributes, keyed by the qualified attribute name
39
 (Attribute.name.qualified).
40
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
41
	<a href="#children"><b>children</b></a>
42
  <dd>  A Hashtable of child ElementTypes, keyed by the qualified element
43
 type name (ElementType.name.qualified).
44
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
45
	<a href="#content"><b>content</b></a>
46
  <dd>  A Group representing the content model.
47
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
48
	<a href="#CONTENT_ANY"><b>CONTENT_ANY</b></a>
49
  <dd> Any content type.
50
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
51
	<a href="#CONTENT_ELEMENT"><b>CONTENT_ELEMENT</b></a>
52
  <dd> Element content type.
53
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
54
	<a href="#CONTENT_EMPTY"><b>CONTENT_EMPTY</b></a>
55
  <dd> Empty content type.
56
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
57
	<a href="#CONTENT_MIXED"><b>CONTENT_MIXED</b></a>
58
  <dd>  "Mixed" content type.
59
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
60
	<a href="#CONTENT_PCDATA"><b>CONTENT_PCDATA</b></a>
61
  <dd> PCDATA-only content type.
62
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
63
	<a href="#CONTENT_UNKNOWN"><b>CONTENT_UNKNOWN</b></a>
64
  <dd> Unknown content type.
65
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
66
	<a href="#contentType"><b>contentType</b></a>
67
  <dd> The type of the content model.
68
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
69
	<a href="#name"><b>name</b></a>
70
  <dd> The local, prefixed, and qualified names of the element type.
71
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
72
	<a href="#parents"><b>parents</b></a>
73
  <dd>  A Hashtable of parent ElementTypes, keyed by the qualified element
74
 type name (ElementType.name.qualified).
75
</dl>
76
<h2>
77
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
78
</h2>
79
<dl>
80
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
81
	<a href="#ElementType()"><b>ElementType</b></a>()
82
  <dd> Construct a new ElementType.
83
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
84
	<a href="#ElementType(de.tudarmstadt.ito.utils.NSName)"><b>ElementType</b></a>(NSName)
85
  <dd> Construct a new ElementType and set its name.
86
</dl>
87
<a name="variables"></a>
88
<h2>
89
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
90
</h2>
91
<a name="CONTENT_UNKNOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
92
<b>CONTENT_UNKNOWN</b>
93
<pre>
94
 public static final int CONTENT_UNKNOWN
95
</pre>
96
<dl>
97
  <dd> Unknown content type.<p>
98
</dl>
99
<a name="CONTENT_EMPTY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
100
<b>CONTENT_EMPTY</b>
101
<pre>
102
 public static final int CONTENT_EMPTY
103
</pre>
104
<dl>
105
  <dd> Empty content type.<p>
106
</dl>
107
<a name="CONTENT_ANY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
108
<b>CONTENT_ANY</b>
109
<pre>
110
 public static final int CONTENT_ANY
111
</pre>
112
<dl>
113
  <dd> Any content type.<p>
114
</dl>
115
<a name="CONTENT_PCDATA"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
116
<b>CONTENT_PCDATA</b>
117
<pre>
118
 public static final int CONTENT_PCDATA
119
</pre>
120
<dl>
121
  <dd> PCDATA-only content type.<p>
122
</dl>
123
<a name="CONTENT_MIXED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
124
<b>CONTENT_MIXED</b>
125
<pre>
126
 public static final int CONTENT_MIXED
127
</pre>
128
<dl>
129
  <dd> "Mixed" content type. The content model must include at least one
130
 child element type.<p>
131
</dl>
132
<a name="CONTENT_ELEMENT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
133
<b>CONTENT_ELEMENT</b>
134
<pre>
135
 public static final int CONTENT_ELEMENT
136
</pre>
137
<dl>
138
  <dd> Element content type.<p>
139
</dl>
140
<a name="name"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
141
<b>name</b>
142
<pre>
143
 public <a href="de.tudarmstadt.ito.utils.NSName.html#_top_">NSName</a> name
144
</pre>
145
<dl>
146
  <dd> The local, prefixed, and qualified names of the element type.<p>
147
</dl>
148
<a name="contentType"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
149
<b>contentType</b>
150
<pre>
151
 public int contentType
152
</pre>
153
<dl>
154
  <dd> The type of the content model. Must be one of the CONTENT_* constants.<p>
155
</dl>
156
<a name="content"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
157
<b>content</b>
158
<pre>
159
 public <a href="de.tudarmstadt.ito.schemas.dtd.Group.html#_top_">Group</a> content
160
</pre>
161
<dl>
162
  <dd> A Group representing the content model. Must be null if the content type
163
 is not CONTENT_ELEMENT or CONTENT_MIXED. In the latter case, it must be
164
 a choice group with no child Groups.<p>
165
</dl>
166
<a name="attributes"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
167
<b>attributes</b>
168
<pre>
169
 public Hashtable attributes
170
</pre>
171
<dl>
172
  <dd> A Hashtable of Attributes, keyed by the qualified attribute name
173
 (Attribute.name.qualified). May be empty.<p>
174
</dl>
175
<a name="children"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
176
<b>children</b>
177
<pre>
178
 public Hashtable children
179
</pre>
180
<dl>
181
  <dd> A Hashtable of child ElementTypes, keyed by the qualified element
182
 type name (ElementType.name.qualified). May be empty.<p>
183
</dl>
184
<a name="parents"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
185
<b>parents</b>
186
<pre>
187
 public Hashtable parents
188
</pre>
189
<dl>
190
  <dd> A Hashtable of parent ElementTypes, keyed by the qualified element
191
 type name (ElementType.name.qualified). May be empty.<p>
192
</dl>
193
<a name="constructors"></a>
194
<h2>
195
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
196
</h2>
197
<a name="ElementType"></a>
198
<a name="ElementType()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
199
<b>ElementType</b>
200
<pre>
201
 public ElementType()
202
</pre>
203
<dl>
204
  <dd> Construct a new ElementType.
205
<p>
206
</dl>
207
<a name="ElementType(de.tudarmstadt.ito.utils.NSName)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
208
<b>ElementType</b>
209
<pre>
210
 public ElementType(<a href="de.tudarmstadt.ito.utils.NSName.html#_top_">NSName</a> name)
211
</pre>
212
<dl>
213
  <dd> Construct a new ElementType and set its name.
214
<p>
215
</dl>
216
<hr>
217
<pre>
218
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-de.tudarmstadt.ito.schemas.dtd.html">This Package</a>  <a href="de.tudarmstadt.ito.schemas.dtd.DTDConst.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.schemas.dtd.Entity.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
219
</body>
220
</html>
(37-37/72)