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.Entity
|
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.ElementType.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.schemas.dtd.Group.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
14
|
<hr>
|
15
|
<h1>
|
16
|
Class de.tudarmstadt.ito.schemas.dtd.Entity
|
17
|
</h1>
|
18
|
<pre>
|
19
|
java.lang.Object
|
20
|
|
|
21
|
+----de.tudarmstadt.ito.schemas.dtd.Entity
|
22
|
</pre>
|
23
|
<hr>
|
24
|
<dl>
|
25
|
<dt> public class <b>Entity</b>
|
26
|
<dt> extends Object
|
27
|
</dl>
|
28
|
Base class for entities.
|
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="#name"><b>name</b></a>
|
38
|
<dd> The entity name.
|
39
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
40
|
<a href="#publicID"><b>publicID</b></a>
|
41
|
<dd> The public ID of the entity.
|
42
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
43
|
<a href="#systemID"><b>systemID</b></a>
|
44
|
<dd> The system ID of the entity.
|
45
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
46
|
<a href="#type"><b>type</b></a>
|
47
|
<dd> The entity type.
|
48
|
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
|
49
|
<a href="#TYPE_PARAMETER"><b>TYPE_PARAMETER</b></a>
|
50
|
<dd> Entity is a parameter entity.
|
51
|
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
|
52
|
<a href="#TYPE_PARSEDGENERAL"><b>TYPE_PARSEDGENERAL</b></a>
|
53
|
<dd> Entity is a parsed general entity.
|
54
|
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
|
55
|
<a href="#TYPE_UNKNOWN"><b>TYPE_UNKNOWN</b></a>
|
56
|
<dd> Unknown entity type.
|
57
|
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
|
58
|
<a href="#TYPE_UNPARSED"><b>TYPE_UNPARSED</b></a>
|
59
|
<dd> Entity is an unparsed entity.
|
60
|
</dl>
|
61
|
<h2>
|
62
|
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
|
63
|
</h2>
|
64
|
<dl>
|
65
|
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
|
66
|
<a href="#Entity()"><b>Entity</b></a>()
|
67
|
<dd> Construct a new Entity.
|
68
|
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
|
69
|
<a href="#Entity(java.lang.String)"><b>Entity</b></a>(String)
|
70
|
<dd> Construct a new Entity and set its name.
|
71
|
</dl>
|
72
|
<a name="variables"></a>
|
73
|
<h2>
|
74
|
<img src="images/variables.gif" width=153 height=38 alt="Variables">
|
75
|
</h2>
|
76
|
<a name="TYPE_UNKNOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
|
77
|
<b>TYPE_UNKNOWN</b>
|
78
|
<pre>
|
79
|
public static final int TYPE_UNKNOWN
|
80
|
</pre>
|
81
|
<dl>
|
82
|
<dd> Unknown entity type.<p>
|
83
|
</dl>
|
84
|
<a name="TYPE_PARSEDGENERAL"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
|
85
|
<b>TYPE_PARSEDGENERAL</b>
|
86
|
<pre>
|
87
|
public static final int TYPE_PARSEDGENERAL
|
88
|
</pre>
|
89
|
<dl>
|
90
|
<dd> Entity is a parsed general entity.<p>
|
91
|
</dl>
|
92
|
<a name="TYPE_PARAMETER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
|
93
|
<b>TYPE_PARAMETER</b>
|
94
|
<pre>
|
95
|
public static final int TYPE_PARAMETER
|
96
|
</pre>
|
97
|
<dl>
|
98
|
<dd> Entity is a parameter entity.<p>
|
99
|
</dl>
|
100
|
<a name="TYPE_UNPARSED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
|
101
|
<b>TYPE_UNPARSED</b>
|
102
|
<pre>
|
103
|
public static final int TYPE_UNPARSED
|
104
|
</pre>
|
105
|
<dl>
|
106
|
<dd> Entity is an unparsed entity.<p>
|
107
|
</dl>
|
108
|
<a name="type"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
109
|
<b>type</b>
|
110
|
<pre>
|
111
|
public int type
|
112
|
</pre>
|
113
|
<dl>
|
114
|
<dd> The entity type.<p>
|
115
|
</dl>
|
116
|
<a name="name"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
117
|
<b>name</b>
|
118
|
<pre>
|
119
|
public String name
|
120
|
</pre>
|
121
|
<dl>
|
122
|
<dd> The entity name.<p>
|
123
|
</dl>
|
124
|
<a name="systemID"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
125
|
<b>systemID</b>
|
126
|
<pre>
|
127
|
public String systemID
|
128
|
</pre>
|
129
|
<dl>
|
130
|
<dd> The system ID of the entity. May be null.<p>
|
131
|
</dl>
|
132
|
<a name="publicID"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
133
|
<b>publicID</b>
|
134
|
<pre>
|
135
|
public String publicID
|
136
|
</pre>
|
137
|
<dl>
|
138
|
<dd> The public ID of the entity. May be null.<p>
|
139
|
</dl>
|
140
|
<a name="constructors"></a>
|
141
|
<h2>
|
142
|
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
|
143
|
</h2>
|
144
|
<a name="Entity"></a>
|
145
|
<a name="Entity()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
146
|
<b>Entity</b>
|
147
|
<pre>
|
148
|
public Entity()
|
149
|
</pre>
|
150
|
<dl>
|
151
|
<dd> Construct a new Entity.
|
152
|
<p>
|
153
|
</dl>
|
154
|
<a name="Entity(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
155
|
<b>Entity</b>
|
156
|
<pre>
|
157
|
public Entity(String name)
|
158
|
</pre>
|
159
|
<dl>
|
160
|
<dd> Construct a new Entity and set its name.
|
161
|
<p>
|
162
|
</dl>
|
163
|
<hr>
|
164
|
<pre>
|
165
|
<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.ElementType.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.schemas.dtd.Group.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
166
|
</body>
|
167
|
</html>
|