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

Variable Index

 o notation
The notation used by the entity.

Constructor Index

 o UnparsedEntity()
Construct a new UnparsedEntity.
 o UnparsedEntity(String)
Construct a new UnparsedEntity and set its name.

Variables

 o notation
 public String notation
The notation used by the entity.

Constructors

 o UnparsedEntity
 public UnparsedEntity()
Construct a new UnparsedEntity.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index