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.
-
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 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.
ParsedGeneralEntity
public ParsedGeneralEntity()
- Construct a ParsedGeneralEntity.
ParsedGeneralEntity
public ParsedGeneralEntity(String name)
- Construct a ParsedGeneralEntity and set its name.
All Packages Class Hierarchy This Package Previous Next Index