RDFWriterBuilder |
RDFWriterBuilder.base(java.lang.String baseURI) |
|
RDFWriterBuilder |
RDFWriterBuilder.clone() |
|
RDFWriterBuilder |
RDFWriterBuilder.context(Context context) |
Set the context for the writer when built.
|
static RDFWriterBuilder |
RDFWriter.create() |
|
static RDFWriterBuilder |
RDFWriter.create(Graph graph) |
|
static RDFWriterBuilder |
RDFWriter.create(Dataset dataset) |
|
static RDFWriterBuilder |
RDFWriter.create(Model model) |
|
static RDFWriterBuilder |
RDFWriter.create(DatasetGraph dataset) |
|
static RDFWriterBuilder |
RDFWriterBuilder.create() |
|
RDFWriterBuilder |
RDFWriterBuilder.format(RDFFormat format) |
|
RDFWriterBuilder |
RDFWriterBuilder.lang(Lang lang) |
Set the output language to a Lang ; this will set the format.
|
RDFWriterBuilder |
RDFWriterBuilder.set(Symbol symbol,
boolean value) |
Add a setting to the context for the writer when built.
|
RDFWriterBuilder |
RDFWriterBuilder.set(Symbol symbol,
java.lang.Object value) |
Added a setting to the context for the writer when built.
|
RDFWriterBuilder |
RDFWriterBuilder.source(Graph graph) |
Set the source of writing to the graph argument.
|
RDFWriterBuilder |
RDFWriterBuilder.source(Dataset dataset) |
Set the source of writing to the DatasetGraph argument.
|
RDFWriterBuilder |
RDFWriterBuilder.source(Model model) |
Set the source of writing to the graph argument.
|
RDFWriterBuilder |
RDFWriterBuilder.source(DatasetGraph dataset) |
Set the source of writing to the DatasetGraph argument.
|