Uses of Interface
org.apache.jena.riot.system.ParserProfile
Packages that use ParserProfile
Package
Description
-
Uses of ParserProfile in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type ParserProfile -
Uses of ParserProfile in org.apache.jena.riot.lang
Methods in org.apache.jena.riot.lang with parameters of type ParserProfileModifier and TypeMethodDescriptionRiotParsers.createIteratorNQuads(InputStream input, ParserProfile profile) Create an iterator for parsing N-Quads.RiotParsers.createIteratorNQuads(InputStream input, StreamRDF dest, ParserProfile profile) Deprecated.StreamRDF argument ignored.RiotParsers.createIteratorNTriples(InputStream input, ParserProfile profile) Create an iterator for parsing N-Triples.RiotParsers.createIteratorNTriples(InputStream input, StreamRDF dest, ParserProfile profile) Deprecated.StreamRDF argument ignored.static LangRIOTRiotParsers.createParser(InputStream input, Lang lang, StreamRDF dest, ParserProfile profile) InputStream inputstatic LangRIOTRiotParsers.createParser(Reader input, Lang lang, StreamRDF dest, ParserProfile profile) Reader inputConstructors in org.apache.jena.riot.lang with parameters of type ParserProfileModifierConstructorDescriptionLangJSONLD10(Lang lang, ParserProfile profile, ErrorHandler errorHandler) Deprecated.LangJSONLD11(Lang language, ParserProfile profile, ErrorHandler errorHandler) LangNQuads(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) ReaderTriX(ParserProfile profile, ErrorHandler errorHandler) -
Uses of ParserProfile in org.apache.jena.riot.lang.extra
Methods in org.apache.jena.riot.lang.extra with parameters of type ParserProfileConstructors in org.apache.jena.riot.lang.extra with parameters of type ParserProfile -
Uses of ParserProfile in org.apache.jena.riot.system
Classes in org.apache.jena.riot.system that implement ParserProfileModifier and TypeClassDescriptionclassParserProfileStduses aFactoryRDFto create items in the parsing process.classMethods in org.apache.jena.riot.system that return ParserProfileModifier and TypeMethodDescriptionstatic ParserProfileRiotLib.createParserProfile(FactoryRDF factory, ErrorHandler errorHandler, boolean checking) Create aParserProfilewith default settings, and a specific error handler.static ParserProfileRiotLib.createParserProfile(FactoryRDF factory, ErrorHandler errorHandler, IRIxResolver resolver, boolean checking) Create aParserProfile.static ParserProfileRiotLib.dftProfile()Create aParserProfilewith default settings.static ParserProfileRiotLib.profile(Lang lang, String baseIRI, ErrorHandler handler) Constructors in org.apache.jena.riot.system with parameters of type ParserProfile