| Package | Description |
|---|---|
| org.apache.jena.riot | |
| org.apache.jena.riot.system |
| Modifier and Type | Method and Description |
|---|---|
RDFParserBuilder |
RDFParserBuilder.factory(FactoryRDF factory)
Set the
FactoryRDF to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryRDFCaching
Adds some caching of created nodes - the caching is tuned to RIOT parser usage
|
class |
FactoryRDFStd |
| Modifier and Type | Method and Description |
|---|---|
static FactoryRDF |
RiotLib.factoryRDF()
Create a new (not influenced by anything else)
FactoryRDF
using the default label to blank node scheme. |
static FactoryRDF |
RiotLib.factoryRDF(LabelToNode labelMapping)
Create a new (not influenced by anything else)
FactoryRDF
using the label to blank node scheme provided. |
FactoryRDF |
ParserProfileStd.getFactorRDF() |
FactoryRDF |
ParserProfileWrapper.getFactorRDF() |
FactoryRDF |
ParserProfile.getFactorRDF()
|
| Modifier and Type | Method and Description |
|---|---|
static ParserProfile |
RiotLib.createParserProfile(FactoryRDF factory,
ErrorHandler errorHandler,
boolean checking)
Create a
ParserProfile with default settings, and a specific error handler. |
static ParserProfile |
RiotLib.createParserProfile(FactoryRDF factory,
ErrorHandler errorHandler,
IRIResolver resolver,
boolean checking)
Create a
ParserProfile. |
| Constructor and Description |
|---|
ParserProfileStd(FactoryRDF factory,
ErrorHandler errorHandler,
IRIResolver resolver,
PrefixMap prefixMap,
Context context,
boolean checking,
boolean strictMode) |
Licenced under the Apache License, Version 2.0