|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.editor.EditorText
public final class EditorText
This class contains the rendered text.
Method Summary | |
---|---|
int |
curr()
Returns the current character. |
int |
error()
Returns the error position. |
void |
error(int s)
Sets the error position. |
java.lang.String |
nextString()
Returns the token as string. |
byte[] |
text()
Returns the original text array. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String nextString()
public int curr()
public byte[] text()
public int error()
public void error(int s)
s
- start positionpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |