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 ReaderRIOTFactory
RDFParserRegistry.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 void
RDFParserRegistry.registerLangQuads
(Lang lang, ReaderRIOTFactory factory) Register a language and its parser factory.static void
RDFParserRegistry.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 ReaderRIOTFactory
ReaderRDFNULL.factory
static ReaderRIOTFactory
ReaderRIOTRDFXML.factory
static ReaderRIOTFactory
ReaderTriX.factory
-
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang.extra
Fields in org.apache.jena.riot.lang.extra declared as ReaderRIOTFactory