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.ParsedGeneralEntity
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.ParameterEntity.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.schemas.dtd.Particle.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
14
<hr>
15
<h1>
16
  Class de.tudarmstadt.ito.schemas.dtd.ParsedGeneralEntity
17
</h1>
18
<pre>
19
java.lang.Object
20
   |
21
   +----<a href="de.tudarmstadt.ito.schemas.dtd.Entity.html#_top_">de.tudarmstadt.ito.schemas.dtd.Entity</a>
22
           |
23
           +----de.tudarmstadt.ito.schemas.dtd.ParsedGeneralEntity
24
</pre>
25
<hr>
26
<dl>
27
  <dt> public class <b>ParsedGeneralEntity</b>
28
  <dt> extends <a href="de.tudarmstadt.ito.schemas.dtd.Entity.html#_top_">Entity</a>
29
</dl>
30
Class representing a parsed general entity.
31
<p>
32
<hr>
33
<a name="index"></a>
34
<h2>
35
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
36
</h2>
37
<dl>
38
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
39
	<a href="#value"><b>value</b></a>
40
  <dd>  The value of the parsed general entity.
41
</dl>
42
<h2>
43
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
44
</h2>
45
<dl>
46
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
47
	<a href="#ParsedGeneralEntity()"><b>ParsedGeneralEntity</b></a>()
48
  <dd> Construct a ParsedGeneralEntity.
49
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
50
	<a href="#ParsedGeneralEntity(java.lang.String)"><b>ParsedGeneralEntity</b></a>(String)
51
  <dd> Construct a ParsedGeneralEntity and set its name.
52
</dl>
53
<a name="variables"></a>
54
<h2>
55
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
56
</h2>
57
<a name="value"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
58
<b>value</b>
59
<pre>
60
 public String value
61
</pre>
62
<dl>
63
  <dd> The value of the parsed general entity. This also serves as a flag
64
 that the entity is an internal entity. It must be null if the
65
 systemID or publicID variables inherited from Entity are non-null.<p>
66
</dl>
67
<a name="constructors"></a>
68
<h2>
69
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
70
</h2>
71
<a name="ParsedGeneralEntity"></a>
72
<a name="ParsedGeneralEntity()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
73
<b>ParsedGeneralEntity</b>
74
<pre>
75
 public ParsedGeneralEntity()
76
</pre>
77
<dl>
78
  <dd> Construct a ParsedGeneralEntity.
79
<p>
80
</dl>
81
<a name="ParsedGeneralEntity(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
82
<b>ParsedGeneralEntity</b>
83
<pre>
84
 public ParsedGeneralEntity(String name)
85
</pre>
86
<dl>
87
  <dd> Construct a ParsedGeneralEntity and set its name.
88
<p>
89
</dl>
90
<hr>
91
<pre>
92
<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.ParameterEntity.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.schemas.dtd.Particle.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
93
</body>
94
</html>
(42-42/72)