| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static TokenizeTextBuilder |
create() |
boolean |
eof()
End of tokens?
|
static Tokenizer |
fromString(String string) |
long |
getColumn() |
long |
getLine() |
boolean |
hasNext()
Is there another token?
|
Token |
next()
Move to next token
|
Token |
peek()
Peek next token : null for no token.
|
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static TokenizeTextBuilder create()
public final boolean hasNext()
Tokenizerpublic final boolean eof()
Tokenizerpublic final Token peek()
Tokenizerpublic void close()
close in interface org.apache.jena.atlas.lib.CloseableLicenced under the Apache License, Version 2.0