Uses of Interface
org.apache.jena.riot.tokens.Tokenizer
Packages that use Tokenizer
Package
Description
- 
Uses of Tokenizer in org.apache.jena.atlas.json.io.parserClasses in org.apache.jena.atlas.json.io.parser that implement Tokenizer
- 
Uses of Tokenizer in org.apache.jena.riot.langConstructors in org.apache.jena.riot.lang with parameters of type TokenizerModifierConstructorDescriptionLangNQuads(Tokenizer tokens, ParserProfile profile, StreamRDF dest) LangNTriples(Tokenizer tokens, ParserProfile profile, StreamRDF dest) LangRDFJSON(Tokenizer tokenizer, ParserProfile profile, StreamRDF dest) LangTriG(Tokenizer tokens, ParserProfile profile, StreamRDF dest) LangTurtle(Tokenizer tokens, ParserProfile profile, StreamRDF dest) 
- 
Uses of Tokenizer in org.apache.jena.riot.tokensClasses in org.apache.jena.riot.tokens that implement TokenizerModifier and TypeClassDescriptionclassPrint a logging message on every tokenfinal classTokenizer for the Turtle family of syntaxes.classMethods in org.apache.jena.riot.tokens that return TokenizerModifier and TypeMethodDescriptionTokenizerTextBuilder.build()static TokenizerTokenizerText.fromString(String string) Constructors in org.apache.jena.riot.tokens with parameters of type TokenizerModifierConstructorDescriptionPrintTokenizer(String label, Tokenizer other) TokenizerWrapper(Tokenizer other) 
- 
Uses of Tokenizer in org.apache.jena.sparql.engine.bindingConstructors in org.apache.jena.sparql.engine.binding with parameters of type Tokenizer