Uses of Interface
org.apache.jena.riot.system.FactoryRDF
Packages that use FactoryRDF
-
Uses of FactoryRDF in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type FactoryRDFModifier and TypeMethodDescriptionRDFParserBuilder.factory
(FactoryRDF factory) Set theFactoryRDF
to use. -
Uses of FactoryRDF in org.apache.jena.riot.system
Classes in org.apache.jena.riot.system that implement FactoryRDFModifier and TypeClassDescriptionclass
Adds some caching of created nodes - the caching is tuned to RIOT parser usageclass
Methods in org.apache.jena.riot.system that return FactoryRDFModifier 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()
Methods in org.apache.jena.riot.system with parameters of type FactoryRDFModifier 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
.Constructors in org.apache.jena.riot.system with parameters of type FactoryRDFModifierConstructorDescriptionCDTAwareParserProfile
(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)