All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.xmlmiddleware.schemas.dtds.ParameterEntity

java.lang.Object
   |
   +----org.xmlmiddleware.schemas.dtds.Entity
           |
           +----org.xmlmiddleware.schemas.dtds.ParameterEntity

public class ParameterEntity
extends Entity
Class representing a parameter entity.

WARNING! This class is used during parsing. After parsing, it is not guaranteed to contain useful information. In particular, ParameterEntity objects cannot be used to reconstruct a DTD and are not reference from where they were used, such as in content models. This is because DTD and its related classes are designed to be used by applications that want to explore the "logical" structure of a DTD -- that is, its element types, attributes, and notations -- rather than its physical structure.

Version:
2.0
Author:
Ronald Bourret

Variable Index

 o value
The value of the parameter entity.

Constructor Index

 o ParameterEntity()
Construct a ParameterEntity.
 o ParameterEntity(String)
Construct a ParameterEntity and set its name.

Variables

 o value
 public String value
The value of the parameter entity. This also serves as a flag that the entity is an internal entity. It must be null if the systemID or publicID variables inherited from Entity are non-null.

Constructors

 o ParameterEntity
 public ParameterEntity()
Construct a ParameterEntity.

 o ParameterEntity
 public ParameterEntity(String name)
Construct a ParameterEntity and set its name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index