|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.conradroche.matra.parser.EntityDeclReaderImpl
Class for reading entity declarations.
Constructor Summary | |
EntityDeclReaderImpl()
EntityDeclReaderImpl Constructor. |
Method Summary | |
boolean |
isEntityDeclStart(DTDData data)
Checks if there is an entity declaration at the current location of the data. |
Entity |
readEntityDecl(DTDData data)
Read the entity declarations from the data stream. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntityDeclReaderImpl()
Method Detail |
public Entity readEntityDecl(DTDData data) throws DTDSyntaxException
readEntityDecl
in interface EntityDeclReader
data
- The stream from which to
read the entity declaration.DTDSyntaxException
- If the Entity
declaration contains a syntax
error.EntityDeclReader.readEntityDecl(com.conradroche.matra.data.DTDData)
public boolean isEntityDeclStart(DTDData data)
isEntityDeclStart
in interface EntityDeclReader
data
- The data to be parsed.true
if the current location
of the data has an entity declaration;
false
otherwise.EntityDeclReader.isEntityDeclStart(com.conradroche.matra.data.DTDData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |