Uses of Interface
org.apache.jena.riot.ReaderRIOTFactory
-
Packages that use ReaderRIOTFactory Package Description org.apache.jena.riot org.apache.jena.riot.lang org.apache.jena.riot.lang.extra -
-
Uses of ReaderRIOTFactory in org.apache.jena.riot
Methods in org.apache.jena.riot that return ReaderRIOTFactory Modifier and Type Method Description static 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 ReaderRIOTFactory Modifier and Type Method Description static 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 ReaderRIOTFactory Modifier and Type Field Description static 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 Modifier and Type Field Description static ReaderRIOTFactoryTurtleJCC. factory
-