Uses of Interface
org.apache.jena.riot.system.ParserProfile
Package
Description
RRX (RIOT RDF/XML) is a set of three RDF/XML parsers.
-
Uses of ParserProfile in org.apache.jena.cdt
Modifier 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
-
Uses of ParserProfile in org.apache.jena.riot.lang
Modifier 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.ModifierConstructorDescriptionLangJSONLD11
(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
-
Uses of ParserProfile in org.apache.jena.riot.lang.rdfxml
-
Uses of ParserProfile in org.apache.jena.riot.lang.rdfxml.rrx
-
Uses of ParserProfile in org.apache.jena.riot.lang.rdfxml.rrx_stax_ev
-
Uses of ParserProfile in org.apache.jena.riot.lang.rdfxml.rrx_stax_sr
-
Uses of ParserProfile in org.apache.jena.riot.system
Modifier 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
Modifier 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) Modifier 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