Matra DTD Parser 0.8b

com.conradroche.matra.decl
Class ParameterEntity

java.lang.Object
  |
  +--com.conradroche.matra.decl.Entity
        |
        +--com.conradroche.matra.decl.ParameterEntity
All Implemented Interfaces:
Entity, ExternalID, ParameterEntity

public class ParameterEntity
extends Entity
implements ParameterEntity

Class to hold a parameter entity declaration.

Author:
Conrad Roche

Fields inherited from class com.conradroche.matra.decl.Entity
EXT_ID_NONE, EXT_ID_PUBLIC, EXT_ID_SYSTEM, GLOBAL_ENTITY, PARAMETER_ENTITY
 
Constructor Summary
ParameterEntity()
          ParameterEntity Constructor.
ParameterEntity(String content)
          ParameterEntity Constructor.
ParameterEntity(String content, Hashtable EntityList)
          ParameterEntity Constructor.
ParameterEntity(String name, String value, int type)
          ParameterEntity Constructor.
 
Methods inherited from class com.conradroche.matra.decl.Entity
getEntityName, getExternalIDType, getLiteralValue, getPublicIdentifier, getReplacementText, getResolvedValue, getSystemIdentifier, getType, hasPublicIdentifier, hasSystemIdentifier, isExternalEntity, isGeneralEntity, isInternalEntity, isParameterEntity, isParsedEntity, isResolved, isUnparsedEntity, resolveValue, setEntityName, setLiteralValue, setPublicIdentifier, setSystemIdentifier, setType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.conradroche.dtd.decl.Entity
getEntityName, getLiteralValue, getReplacementText, isExternalEntity, isGeneralEntity, isInternalEntity, isParameterEntity, isParsedEntity, isUnparsedEntity, setEntityName, setLiteralValue
 
Methods inherited from interface com.conradroche.dtd.decl.ExternalID
getPublicIdentifier, getSystemIdentifier, hasPublicIdentifier, hasSystemIdentifier, setPublicIdentifier, setSystemIdentifier
 

Constructor Detail

ParameterEntity

public ParameterEntity()
ParameterEntity Constructor.

ParameterEntity

public ParameterEntity(String name,
                       String value,
                       int type)
ParameterEntity Constructor.
Parameters:
name - The name of the entity.
value - The value of the enetity.
type - an int specifying the entity type.

ParameterEntity

public ParameterEntity(String content)
                throws DTDException
ParameterEntity Constructor.
Parameters:
content - The entity declaration.
Throws:
DTDException - If any syntax error is encountered.

ParameterEntity

public ParameterEntity(String content,
                       Hashtable EntityList)
                throws DTDException
ParameterEntity Constructor.
Parameters:
content - The entity declaration.
EntityList - a Hashtable object
Throws:
DTDException - If any syntax error is encountered.

Matra DTD Parser 0.8b