public interface Parser
| Modifier and Type | Method and Description |
|---|---|
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. |
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)Copyright © 2009-2013 jtstand.com. All Rights Reserved.