Uses of Interface
org.apache.jena.riot.system.ParserProfile
-
Packages that use ParserProfile Package Description org.apache.jena.riot org.apache.jena.riot.lang org.apache.jena.riot.lang.extra org.apache.jena.riot.system -
-
Uses of ParserProfile in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type ParserProfile Modifier and Type Method Description ReaderRIOTReaderRIOTFactory. create(Lang language, ParserProfile profile) -
Uses of ParserProfile in org.apache.jena.riot.lang
Methods in org.apache.jena.riot.lang with parameters of type ParserProfile Modifier and Type Method Description static java.util.Iterator<Quad>RiotParsers. createIteratorNQuads(java.io.InputStream input, StreamRDF dest, ParserProfile profile)Create an iterator for parsing N-Quads.static java.util.Iterator<Triple>RiotParsers. createIteratorNTriples(java.io.InputStream input, StreamRDF dest, ParserProfile profile)Create an iterator for parsing N-Triples.static LangRIOTRiotParsers. createParser(java.io.InputStream input, Lang lang, StreamRDF dest, ParserProfile profile)InputStream inputstatic LangRIOTRiotParsers. createParser(java.io.Reader input, Lang lang, StreamRDF dest, ParserProfile profile)Reader inputstatic LangNQuadsRiotParsers. createParserNQuads(Tokenizer tokenizer, StreamRDF dest, ParserProfile profile)static LangNTriplesRiotParsers. createParserNTriples(Tokenizer tokenizer, StreamRDF dest, ParserProfile profile)Constructors in org.apache.jena.riot.lang with parameters of type ParserProfile Constructor Description JsonLDReader(Lang lang, 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 ParserProfile Modifier and Type Method Description voidLangParserBase. setProfile(ParserProfile profile)Constructors in org.apache.jena.riot.lang.extra with parameters of type ParserProfile Constructor Description TurtleJavaccReaderRIOT(ParserProfile profile) -
Uses of ParserProfile in org.apache.jena.riot.system
Classes in org.apache.jena.riot.system that implement ParserProfile Modifier and Type Class Description classParserProfileStdParserProfileStduses aFactoryRDFto create items in the parsing process.classParserProfileWrapperMethods in org.apache.jena.riot.system that return ParserProfile Modifier and Type Method Description static 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, java.lang.String baseIRI, ErrorHandler handler)Constructors in org.apache.jena.riot.system with parameters of type ParserProfile Constructor Description ParserProfileWrapper(ParserProfile other)
-