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.parser
Classes in org.apache.jena.atlas.json.io.parser that implement Tokenizer -
Uses of Tokenizer in org.apache.jena.riot.lang
Constructors 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.tokens
Classes in org.apache.jena.riot.tokens that implement TokenizerModifier and TypeClassDescriptionclass
Print a logging message on every tokenfinal class
Tokenizer for the Turtle family of syntaxes.class
Methods in org.apache.jena.riot.tokens that return TokenizerModifier and TypeMethodDescriptionTokenizerTextBuilder.build()
static Tokenizer
TokenizerText.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.binding
Constructors in org.apache.jena.sparql.engine.binding with parameters of type Tokenizer