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

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.

Parameters:
name - The entity's name.

All Packages  Class Hierarchy  This Package  Previous  Next  Index