Uses of Interface
org.apache.jena.riot.system.FactoryRDF
-
Packages that use FactoryRDF Package Description org.apache.jena.riot org.apache.jena.riot.system -
-
Uses of FactoryRDF in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type FactoryRDF Modifier and Type Method Description RDFParserBuilderRDFParserBuilder. factory(FactoryRDF factory)Set theFactoryRDFto use. -
Uses of FactoryRDF in org.apache.jena.riot.system
Classes in org.apache.jena.riot.system that implement FactoryRDF Modifier and Type Class Description classFactoryRDFCachingAdds some caching of created nodes - the caching is tuned to RIOT parser usageclassFactoryRDFStdMethods in org.apache.jena.riot.system that return FactoryRDF Modifier and Type Method Description static 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.FactoryRDFParserProfile. getFactorRDF()FactoryRDFParserProfileStd. getFactorRDF()FactoryRDFParserProfileWrapper. getFactorRDF()Methods in org.apache.jena.riot.system with parameters of type FactoryRDF Modifier and Type Method Description static 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 FactoryRDF Constructor Description ParserProfileStd(FactoryRDF factory, ErrorHandler errorHandler, IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode)
-