All Packages Class Hierarchy This Package Previous Next Index
Class de.tudarmstadt.ito.schemas.dtd.UnparsedEntity
java.lang.Object
|
+----de.tudarmstadt.ito.schemas.dtd.Entity
|
+----de.tudarmstadt.ito.schemas.dtd.UnparsedEntity
- public class UnparsedEntity
- extends Entity
Class representing an unparsed entity.
- Version:
- 1.01
- Author:
- Ronald Bourret, Technical University of Darmstadt
-
notation
- The notation used by the entity.
-
UnparsedEntity()
- Construct a new UnparsedEntity.
-
UnparsedEntity(String)
- Construct a new UnparsedEntity and set its name.
notation
public String notation
- The notation used by the entity.
UnparsedEntity
public UnparsedEntity()
- Construct a new UnparsedEntity.
UnparsedEntity
public UnparsedEntity(String name)
- Construct a new UnparsedEntity and set its name.
All Packages Class Hierarchy This Package Previous Next Index