All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.schemas.dtds.Notation
java.lang.Object
|
+----org.xmlmiddleware.schemas.dtds.Notation
- public class Notation
- extends Object
Class representing a notation.
- Version:
- 2.0
- Author:
- Ronald Bourret
-
name
- The name of the notation.
-
publicID
- The public ID of the notation.
-
systemID
- The system ID of the notation.
-
Notation()
- Construct a new Notation.
name
public String name
- The name of the notation.
publicID
public String publicID
- The public ID of the notation.
This variable or the systemID variable must be non-null.
systemID
public String systemID
- The system ID of the notation.
This variable or the publicID variable must be non-null.
Notation
public Notation()
- Construct a new Notation.
All Packages Class Hierarchy This Package Previous Next Index