|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.attoparser.AbstractBufferedAttoParser.BufferParseResult
public static final class AbstractBufferedAttoParser.BufferParseResult
This class encapsulates the results of parsing a fragment (a buffer) of a document.
Will only be used by implementations of AbstractBufferedAttoParser.
It contains:
| Constructor Summary | |
|---|---|
AbstractBufferedAttoParser.BufferParseResult(int offset,
int line,
int col,
boolean inStructure)
Create a new instance of this class. |
|
| Method Summary | |
|---|---|
int |
getCol()
|
int |
getLine()
|
int |
getOffset()
|
boolean |
isInStructure()
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBufferedAttoParser.BufferParseResult(int offset,
int line,
int col,
boolean inStructure)
Create a new instance of this class.
offset - the offset of the last unfinished artifact.line - line of the last unfinished artifact.col - column of the last unfinished artifact.inStructure - whether the last unfinished artifact is a structure or not.| Method Detail |
|---|
public int getOffset()
public int getLine()
public int getCol()
public boolean isInStructure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||