|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface PositionXmlParser.Position
Method Summary | |
---|---|
int |
getColumn()
|
PositionXmlParser.Position |
getEnd()
Linked position: for a begin position this will point to the corresponding end position. |
int |
getLine()
|
int |
getOffset()
|
void |
setEnd(PositionXmlParser.Position end)
Linked position: for a begin position this will point to the corresponding end position. |
Method Detail |
---|
@Nullable PositionXmlParser.Position getEnd()
void setEnd(@NonNull PositionXmlParser.Position end)
end
- the end positionint getLine()
int getOffset()
int getColumn()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |