Uses of Interface
org.apache.jena.riot.ReaderRIOTFactory
Packages that use ReaderRIOTFactory
Package
Description
RRX (RIOT RDF/XML) is a set of three RDF/XML parsers.
-
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
ReaderTriX.factory
static ReaderRIOTFactory
RiotParsers.factoryJSONLD
static ReaderRIOTFactory
RiotParsers.factoryNQ
static ReaderRIOTFactory
RiotParsers.factoryNT
static ReaderRIOTFactory
RiotParsers.factoryRDFJSON
static ReaderRIOTFactory
RiotParsers.factoryRDFProtobuf
static ReaderRIOTFactory
RiotParsers.factoryRDFThrift
static ReaderRIOTFactory
RiotParsers.factoryTRIG
static ReaderRIOTFactory
RiotParsers.factoryTTL
-
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang.extra
Fields in org.apache.jena.riot.lang.extra declared as ReaderRIOTFactory -
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang.rdfxml
Fields in org.apache.jena.riot.lang.rdfxml declared as ReaderRIOTFactoryModifier and TypeFieldDescriptionstatic ReaderRIOTFactory
ReaderRDFXML_ARP0.factory
static ReaderRIOTFactory
ReaderRDFXML_ARP1.factory
-
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang.rdfxml.rrx
Fields in org.apache.jena.riot.lang.rdfxml.rrx declared as ReaderRIOTFactory -
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang.rdfxml.rrx_stax_ev
Fields in org.apache.jena.riot.lang.rdfxml.rrx_stax_ev declared as ReaderRIOTFactory -
Uses of ReaderRIOTFactory in org.apache.jena.riot.lang.rdfxml.rrx_stax_sr
Fields in org.apache.jena.riot.lang.rdfxml.rrx_stax_sr declared as ReaderRIOTFactory