java.lang.Object
org.apache.jena.riot.tokens.TokenizerText
Tokenizer for the Turtle family of syntaxes.
 Supports additional tokens.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()static TokenizerTextBuildercreate()final booleaneof()End of tokens?static TokenizerfromString(String string) longlonggetLine()final booleanhasNext()Is there another token?final Tokennext()Move to next tokenfinal Tokenpeek()Peek next token : null for no token.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, remove
- 
Method Details- 
create
- 
fromString
- 
hasNextpublic final boolean hasNext()Description copied from interface:TokenizerIs there another token?
- 
eofpublic final boolean eof()Description copied from interface:TokenizerEnd of tokens?
- 
nextDescription copied from interface:TokenizerMove to next token
- 
peekDescription copied from interface:TokenizerPeek next token : null for no token.
- 
closepublic void close()- Specified by:
- closein interface- org.apache.jena.atlas.lib.Closeable
 
- 
getColumnpublic long getColumn()
- 
getLinepublic long getLine()
 
-