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

Variable Index

 o name
The name of the notation.
 o publicID
The public ID of the notation.
 o systemID
The system ID of the notation.

Constructor Index

 o Notation()
Construct a new Notation.

Variables

 o name
 public String name
The name of the notation.

 o publicID
 public String publicID
The public ID of the notation.

This variable or the systemID variable must be non-null.

 o systemID
 public String systemID
The system ID of the notation.

This variable or the publicID variable must be non-null.

Constructors

 o Notation
 public Notation()
Construct a new Notation.


All Packages  Class Hierarchy  This Package  Previous  Next  Index