Matra DTD Parser 0.8b

com.conradroche.dtd.decl
Interface ParameterEntity

All Superinterfaces:
Entity, ExternalID
All Known Implementing Classes:
ParameterEntity

public interface ParameterEntity
extends Entity

Interface to hold the declaration of a Parameter Entity.

Author:
Conrad Roche

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
 


Matra DTD Parser 0.8b