Uses of Interface
org.apache.jena.riot.WriterDatasetRIOTFactory
-
Packages that use WriterDatasetRIOTFactory Package Description org.apache.jena.riot org.apache.jena.riot.writer -
-
Uses of WriterDatasetRIOTFactory in org.apache.jena.riot
Methods in org.apache.jena.riot that return WriterDatasetRIOTFactory Modifier and Type Method Description static WriterDatasetRIOTFactoryRDFWriterRegistry. getWriterDatasetFactory(Lang lang)Get the dataset writer factory associated with the languagestatic WriterDatasetRIOTFactoryRDFWriterRegistry. getWriterDatasetFactory(RDFFormat serialization)Get the dataset writer factory associated with the output formatMethods in org.apache.jena.riot with parameters of type WriterDatasetRIOTFactory Modifier and Type Method Description static voidRDFWriterRegistry. register(RDFFormat serialization, WriterDatasetRIOTFactory datasetWriterFactory)Register the serialization for datasets and it's associated factory -
Uses of WriterDatasetRIOTFactory in org.apache.jena.riot.writer
Fields in org.apache.jena.riot.writer declared as WriterDatasetRIOTFactory Modifier and Type Field Description static WriterDatasetRIOTFactoryNullWriter. factory
-