Uses of Class
org.apache.jena.riot.RDFWriterBuilder
Packages that use RDFWriterBuilder
-
Uses of RDFWriterBuilder in org.apache.jena.riot
Methods in org.apache.jena.riot that return RDFWriterBuilderModifier and TypeMethodDescriptionRDFWriterBuilder.clone()Set the context for the writer when built.static RDFWriterBuilderRDFWriter.create()Create anRDFWriterBuilder.static RDFWriterBuilderRDFWriterBuilder.create()Set the output format to aRDFFormat.Set the output language to aLang; this will set the format.Add a setting to the context for the writer when built.Added a setting to the context for the writer when built.static RDFWriterBuilderRDFWriter.source(org.apache.jena.graph.Graph graph) Create anRDFWriterBuilderand set the source of writing to the graph argument.static RDFWriterBuilderCreate anRDFWriterBuilderand set the source of writing to the graph argument.static RDFWriterBuilderRDFWriter.source(org.apache.jena.rdf.model.Model model) Create anRDFWriterBuilderand set the source of writing to the graph argument.static RDFWriterBuilderRDFWriter.source(DatasetGraph dataset) Create anRDFWriterBuilderand set the source of writing to the graph argument.RDFWriterBuilder.source(org.apache.jena.graph.Graph graph) Set the source of writing to the graph argument.Set the source of writing to theDatasetGraphargument.RDFWriterBuilder.source(org.apache.jena.rdf.model.Model model) Set the source of writing to the graph argument.RDFWriterBuilder.source(DatasetGraph dataset) Set the source of writing to theDatasetGraphargument.