All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.schemas.dtds.UnparsedEntity
java.lang.Object
|
+----org.xmlmiddleware.schemas.dtds.Entity
|
+----org.xmlmiddleware.schemas.dtds.UnparsedEntity
- public class UnparsedEntity
- extends Entity
Class representing an unparsed entity.
- Version:
- 2.0
- Author:
- Ronald Bourret
-
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.
- Parameters:
- name - The entity's name.
All Packages Class Hierarchy This Package Previous Next Index