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 theFactoryRDFto use. -
Uses of FactoryRDF in org.apache.jena.riot.system
Classes in org.apache.jena.riot.system that implement FactoryRDFModifier and TypeClassDescriptionclassAdds some caching of created nodes - the caching is tuned to RIOT parser usageclassMethods in org.apache.jena.riot.system that return FactoryRDFModifier and TypeMethodDescriptionstatic FactoryRDFRiotLib.factoryRDF()Create a new (not influenced by anything else)FactoryRDFusing the default label to blank node scheme.static FactoryRDFRiotLib.factoryRDF(LabelToNode labelMapping) Create a new (not influenced by anything else)FactoryRDFusing the label to blank node scheme provided.ParserProfile.getFactorRDF()ParserProfileStd.getFactorRDF()ParserProfileWrapper.getFactorRDF()Methods in org.apache.jena.riot.system with parameters of type FactoryRDFModifier and TypeMethodDescriptionstatic voidJenaTitanium.convert(com.apicatalog.rdf.RdfDataset dataset, FactoryRDF factory, StreamRDF output) Translate a Titanium JSON-LD dataset to aStreamRDFstatic ParserProfileRiotLib.createParserProfile(FactoryRDF factory, ErrorHandler errorHandler, boolean checking) Create aParserProfilewith default settings, and a specific error handler.static ParserProfileRiotLib.createParserProfile(FactoryRDF factory, ErrorHandler errorHandler, IRIxResolver resolver, boolean checking) Create aParserProfile.Constructors in org.apache.jena.riot.system with parameters of type FactoryRDFModifierConstructorDescriptionParserProfileStd(FactoryRDF factory, ErrorHandler errorHandler, IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode)