All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.tudarmstadt.ito.schemas.dtd.ParsedGeneralEntity

java.lang.Object
   |
   +----de.tudarmstadt.ito.schemas.dtd.Entity
           |
           +----de.tudarmstadt.ito.schemas.dtd.ParsedGeneralEntity

public class ParsedGeneralEntity
extends Entity
Class representing a parsed general entity.

Version:
1.01
Author:
Ronald Bourret, Technical University of Darmstadt

Variable Index

 o value
The value of the parsed general entity.

Constructor Index

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

Variables

 o value
 public String value
The value of the parsed general 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 ParsedGeneralEntity
 public ParsedGeneralEntity()
Construct a ParsedGeneralEntity.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index