|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.layout.BaseXTextTokens
public final class BaseXTextTokens
This class allows the iteration on tokens.
Field Summary | |
---|---|
byte[] |
text
Text array to be written. |
Method Summary | |
---|---|
int |
curr()
Returns the current character. |
String |
nextWord()
Returns the token as word. |
int |
size()
Returns the text size. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte[] text
Method Detail |
---|
public String nextWord()
public int curr()
public int size()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |