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.Notation
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.Group.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.schemas.dtd.ParameterEntity.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
14
<hr>
15
<h1>
16
  Class de.tudarmstadt.ito.schemas.dtd.Notation
17
</h1>
18
<pre>
19
java.lang.Object
20
   |
21
   +----de.tudarmstadt.ito.schemas.dtd.Notation
22
</pre>
23
<hr>
24
<dl>
25
  <dt> public class <b>Notation</b>
26
  <dt> extends Object
27
</dl>
28
Class representing a notation.
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 name of the notation.
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 notation.
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 notation.
45
</dl>
46
<h2>
47
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
48
</h2>
49
<dl>
50
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
51
	<a href="#Notation()"><b>Notation</b></a>()
52
  <dd> Construct a new Notation.
53
</dl>
54
<a name="variables"></a>
55
<h2>
56
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
57
</h2>
58
<a name="name"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
59
<b>name</b>
60
<pre>
61
 public String name
62
</pre>
63
<dl>
64
  <dd> The name of the notation.<p>
65
</dl>
66
<a name="publicID"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
67
<b>publicID</b>
68
<pre>
69
 public String publicID
70
</pre>
71
<dl>
72
  <dd> The public ID of the notation. Either this or systemID must be
73
 non-null.<p>
74
</dl>
75
<a name="systemID"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
76
<b>systemID</b>
77
<pre>
78
 public String systemID
79
</pre>
80
<dl>
81
  <dd> The system ID of the notation. Either this or publicID must be
82
 non-null.<p>
83
</dl>
84
<a name="constructors"></a>
85
<h2>
86
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
87
</h2>
88
<a name="Notation"></a>
89
<a name="Notation()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
90
<b>Notation</b>
91
<pre>
92
 public Notation()
93
</pre>
94
<dl>
95
  <dd> Construct a new Notation.
96
<p>
97
</dl>
98
<hr>
99
<pre>
100
<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.Group.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.schemas.dtd.ParameterEntity.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
101
</body>
102
</html>
(40-40/72)