Uses of Interface
org.apache.jena.riot.system.FactoryRDF
-
Uses of FactoryRDF in org.apache.jena.riot
Modifier and TypeMethodDescriptionRDFParserBuilder.factory
(FactoryRDF factory) Set theFactoryRDF
to use. -
Uses of FactoryRDF in org.apache.jena.riot.system
Modifier and TypeClassDescriptionclass
Adds some caching of created nodes - the caching is tuned to RIOT parser usageclass
Modifier and TypeMethodDescriptionstatic 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.ParserProfile.getFactorRDF()
Get thefactory
for RDF terms, triples and quads.ParserProfileStd.getFactorRDF()
ParserProfileWrapper.getFactorRDF()
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
.ModifierConstructorDescriptionCDTAwareParserProfile
(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode) ParserProfileStd
(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode)