Uses of Interface
org.apache.jena.riot.ReaderRIOTFactory
Packages that use ReaderRIOTFactory
-
Uses of ReaderRIOTFactory in org.apache.jena.riot
Methods in org.apache.jena.riot that return ReaderRIOTFactoryModifier and TypeMethodDescriptionstatic ReaderRIOTFactoryRDFParserRegistry.getFactory(Lang language) Return the parser factory for the language, or null if not registered.Methods in org.apache.jena.riot with parameters of type ReaderRIOTFactoryModifier and TypeMethodDescriptionstatic voidRDFParserRegistry.registerLangQuads(Lang lang, ReaderRIOTFactory factory) Register a language and its parser factory.static voidRDFParserRegistry.registerLangTriples(Lang lang, ReaderRIOTFactory factory) Register a language and its parser factory. -
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang
Fields in org.apache.jena.riot.lang declared as ReaderRIOTFactoryModifier and TypeFieldDescriptionstatic ReaderRIOTFactoryReaderRDFNULL.factorystatic ReaderRIOTFactoryReaderRIOTRDFXML.factorystatic ReaderRIOTFactoryReaderTriX.factory -
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang.extra
Fields in org.apache.jena.riot.lang.extra declared as ReaderRIOTFactory