|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parser
An interface for a parser.
| Method Summary | |
|---|---|
Iterator |
getNoticeIterator()
Returns an iterator over the ParserNotices received
from this parser during the call to parse(java.io.Reader). |
void |
parse(Reader r)
Parses input from the specified Reader. |
| Method Detail |
|---|
void parse(Reader r)
Reader.
r - The input stream from which to parse.getNoticeIterator()Iterator getNoticeIterator()
ParserNotices received
from this parser during the call to parse(java.io.Reader).
ParserNotices.ParserNotice,
parse(Reader r)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||