| Modifier and Type | Field and Description |
|---|---|
static boolean |
Checking |
static int |
CTRL_CHAR |
| Constructor and Description |
|---|
TokenizerTextForgiving(org.apache.jena.atlas.io.PeekReader reader) |
TokenizerTextForgiving(org.apache.jena.atlas.io.PeekReader reader,
boolean lineMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
eof() |
org.apache.jena.riot.tokens.TokenChecker |
getChecker() |
long |
getColumn() |
org.apache.jena.riot.system.ErrorHandler |
getErrorHandler() |
long |
getLine() |
boolean |
hasNext() |
org.apache.jena.riot.tokens.Token |
next() |
org.apache.jena.riot.tokens.Token |
peek() |
void |
remove() |
void |
setChecker(org.apache.jena.riot.tokens.TokenChecker checker) |
void |
setErrorHandler(org.apache.jena.riot.system.ErrorHandler handler) |
void |
skipLine() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static final int CTRL_CHAR
public static boolean Checking
public TokenizerTextForgiving(org.apache.jena.atlas.io.PeekReader reader)
public TokenizerTextForgiving(org.apache.jena.atlas.io.PeekReader reader,
boolean lineMode)
public final boolean hasNext()
public final boolean eof()
eof in interface org.apache.jena.riot.tokens.Tokenizerpublic final org.apache.jena.riot.tokens.Token next()
public final org.apache.jena.riot.tokens.Token peek()
peek in interface org.apache.jena.riot.tokens.Tokenizerpublic void remove()
public org.apache.jena.riot.tokens.TokenChecker getChecker()
public void setChecker(org.apache.jena.riot.tokens.TokenChecker checker)
public org.apache.jena.riot.system.ErrorHandler getErrorHandler()
public void setErrorHandler(org.apache.jena.riot.system.ErrorHandler handler)
public void close()
close in interface org.apache.jena.atlas.lib.Closeablepublic void skipLine()
public long getColumn()
getColumn in interface org.apache.jena.riot.tokens.Tokenizerpublic long getLine()
getLine in interface org.apache.jena.riot.tokens.TokenizerCopyright © 2015–2018 Smart Data Analytics (SDA) research group. All rights reserved.