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
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 interface com.conradroche.dtd.decl.Entity |
getEntityName, getLiteralValue, getReplacementText, isExternalEntity, isGeneralEntity, isInternalEntity, isParameterEntity, isParsedEntity, isUnparsedEntity, setEntityName, setLiteralValue |
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.