Uses of Interface
org.apache.jena.riot.WriterDatasetRIOTFactory

Packages that use WriterDatasetRIOTFactory
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
static WriterDatasetRIOTFactory RDFWriterRegistry.getWriterDatasetFactory(Lang lang)
          Get the dataset writer factory asscoiated with the language
static WriterDatasetRIOTFactory RDFWriterRegistry.getWriterDatasetFactory(RDFFormat serialization)
          Get the dataset writer factory asscoiated with the output format
 

Methods in org.apache.jena.riot with parameters of type WriterDatasetRIOTFactory
static void RDFWriterRegistry.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
static WriterDatasetRIOTFactory NullWriter.factory
           
 



Licenced under the Apache License, Version 2.0