|
||||||||||
| 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. |
java.lang.String |
nextWord()
Returns the token as word. |
int |
size()
Returns the text size. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] text
| Method Detail |
|---|
public java.lang.String nextWord()
public int curr()
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||