|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParseResult
The result from a Parser
. This contains the section of lines
parsed and any notices for that section.
Method Summary | |
---|---|
int |
getFirstLineParsed()
Returns the first line parsed. |
int |
getLastLineParsed()
Returns the first line parsed. |
java.util.List |
getNotices()
Returns the notices for the parsed section. |
Parser |
getParser()
Returns the parser that generated these notices. |
Method Detail |
---|
int getFirstLineParsed()
0
and parse the entire document.
getLastLineParsed()
int getLastLineParsed()
getFirstLineParsed()
java.util.List getNotices()
Parser getParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |