Uses of Interface
org.apache.jena.riot.system.ParserProfile
Packages that use ParserProfile
Package
Description
RRX (RIOT RDF/XML) is a set of three RDF/XML parsers.
-
Uses of ParserProfile in org.apache.jena.cdt
Methods in org.apache.jena.cdt with parameters of type ParserProfileModifier and TypeMethodDescriptionParserForCDTLiterals.parseListLiteral
(ParserProfile pp, Reader reader) ParserForCDTLiterals.parseListLiteral
(ParserProfile pp, String lex) ParserForCDTLiterals.parseMapLiteral
(ParserProfile pp, Reader reader) ParserForCDTLiterals.parseMapLiteral
(ParserProfile pp, String lex) -
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 TypeMethodDescriptionIteratorParsers.createIteratorNQuads
(InputStream input, ParserProfile profile) Create an iterator for parsing N-Quads.static Iterator<org.apache.jena.graph.Triple>
IteratorParsers.createIteratorNTriples
(InputStream input, ParserProfile profile) Create an iterator for parsing N-Triples.Constructors in org.apache.jena.riot.lang with parameters of type ParserProfileModifierConstructorDescriptionLangJSONLD11
(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.lang.rdfxml
Constructors in org.apache.jena.riot.lang.rdfxml with parameters of type ParserProfile -
Uses of ParserProfile in org.apache.jena.riot.lang.rdfxml.rrx
Constructors in org.apache.jena.riot.lang.rdfxml.rrx with parameters of type ParserProfile -
Uses of ParserProfile in org.apache.jena.riot.lang.rdfxml.rrx_stax_ev
Constructors in org.apache.jena.riot.lang.rdfxml.rrx_stax_ev with parameters of type ParserProfile -
Uses of ParserProfile in org.apache.jena.riot.lang.rdfxml.rrx_stax_sr
Constructors in org.apache.jena.riot.lang.rdfxml.rrx_stax_sr 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 TypeClassDescriptionclass
This is aParserProfile
that supports parsing of CDT literals that occur within the parsed file.class
ParserProfileStd
uses aFactoryRDF
to create items in the parsing process.class
Methods in org.apache.jena.riot.system that return ParserProfileModifier and TypeMethodDescriptionstatic ParserProfile
RiotLib.createParserProfile
(FactoryRDF factory, ErrorHandler errorHandler, boolean checking) Create aParserProfile
with default settings, and a specific error handler.static ParserProfile
RiotLib.createParserProfile
(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, boolean checking) Create aParserProfile
.static ParserProfile
RiotLib.dftProfile()
Create aParserProfile
with default settings.static ParserProfile
RiotLib.profile
(Lang lang, String baseIRI, ErrorHandler handler) Methods in org.apache.jena.riot.system with parameters of type ParserProfileModifier and TypeMethodDescriptionstatic DatasetGraph
JenaTitanium.convert
(com.apicatalog.rdf.RdfDataset dataset, ParserProfile parserProfile) Translate a Titanium JSON-LD dataset to aDatasetGraph
static void
JenaTitanium.convert
(com.apicatalog.rdf.RdfDataset dataset, ParserProfile parserProfile, StreamRDF output) Translate a Titanium JSON-LD dataset to aStreamRDF
Constructors in org.apache.jena.riot.system with parameters of type ParserProfile