All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.xmlmiddleware.schemas.dtds.ParsedGeneralEntity

java.lang.Object
   |
   +----org.xmlmiddleware.schemas.dtds.Entity
           |
           +----org.xmlmiddleware.schemas.dtds.ParsedGeneralEntity

public class ParsedGeneralEntity
extends Entity
Class representing a parsed general entity.

Version:
2.0
Author:
Ronald Bourret

Variable Index

 o value
The value of the parsed general entity.

Constructor Index

 o ParsedGeneralEntity()
Construct a ParsedGeneralEntity.
 o ParsedGeneralEntity(String)
Construct a ParsedGeneralEntity and set its name.

Variables

 o value
 public String value
The value of the parsed general entity.

This variable 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.

Constructors

 o ParsedGeneralEntity
 public ParsedGeneralEntity()
Construct a ParsedGeneralEntity.

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

Parameters:
name - The entity's name.

All Packages  Class Hierarchy  This Package  Previous  Next  Index