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