Package | Description |
---|---|
org.apache.jena.riot | |
org.apache.jena.riot.lang | |
org.apache.jena.riot.system |
Modifier and Type | Method and Description |
---|---|
ParserProfile |
ReaderRIOT.getParserProfile()
Get the parser profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ReaderRIOT.setParserProfile(ParserProfile profile)
Set the parser profile.
|
Modifier and Type | Method and Description |
---|---|
ParserProfile |
ReaderTriX.getParserProfile() |
ParserProfile |
JsonLDReader.getParserProfile() |
ParserProfile |
ReaderRDFNULL.getParserProfile() |
ParserProfile |
LangBase.getProfile() |
ParserProfile |
LangRIOT.getProfile() |
ParserProfile |
LangCSV.getProfile() |
ParserProfile |
LangRDFXML.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
ReaderTriX.setParserProfile(ParserProfile profile) |
void |
JsonLDReader.setParserProfile(ParserProfile parserProfile) |
void |
ReaderRDFNULL.setParserProfile(ParserProfile profile) |
void |
LangBase.setProfile(ParserProfile profile) |
void |
LangRIOT.setProfile(ParserProfile profile) |
void |
LangCSV.setProfile(ParserProfile profile) |
void |
LangRDFXML.setProfile(ParserProfile profile) |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ParserProfileBase
Basic profile of things, with key operations based on a simple use of the
parse elements into Nodes
|
class |
ParserProfileChecker
ParserProfile that performs checks:
IRI violations
Valid lexical forms for literals
Valid triples (e.g.
|
Modifier and Type | Method and Description |
---|---|
static ParserProfile |
RiotLib.profile(Lang lang,
String baseIRI) |
static ParserProfile |
RiotLib.profile(Lang lang,
String baseIRI,
ErrorHandler handler) |
static ParserProfile |
RiotLib.profile(String baseIRI,
boolean resolveIRIs,
boolean checking,
ErrorHandler handler)
Create a parser profile for the given setup
|
Licenced under the Apache License, Version 2.0