|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconvert.xml.tok.Position
public final class Position
Represents a position in an entity.
A position can be modified by Tokenizer.movePosition
.
Tokenizer.movePosition(char[], int, int, convert.xml.tok.Position)
Constructor Summary | |
---|---|
Position()
Creates a position for the start of an entity: the line number is 1 and the column number is 0. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a copy of this position. |
int |
getColumnNumber()
Returns the column number. |
int |
getLineNumber()
Returns the line number. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Position()
Method Detail |
---|
public int getLineNumber()
public int getColumnNumber()
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |