All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.schemas.dtds.ParsedGeneralEntity
java.lang.Object
|
+----org.xmlmiddleware.schemas.dtds.Entity
|
+----org.xmlmiddleware.schemas.dtds.ParsedGeneralEntity
- public class ParsedGeneralEntity
- extends Entity
Class representing a parsed general entity.
- Version:
- 2.0
- Author:
- Ronald Bourret
-
value
- The value of the parsed general entity.
-
ParsedGeneralEntity()
- Construct a ParsedGeneralEntity.
-
ParsedGeneralEntity(String)
- Construct a ParsedGeneralEntity and set its name.
value
public String value
- The value of the parsed general entity.
This variable 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.
ParsedGeneralEntity
public ParsedGeneralEntity()
- Construct a ParsedGeneralEntity.
ParsedGeneralEntity
public ParsedGeneralEntity(String name)
- Construct a ParsedGeneralEntity and set its name.
- Parameters:
- name - The entity's name.
All Packages Class Hierarchy This Package Previous Next Index