Package | Description |
---|---|
org.apache.jena.riot | |
org.apache.jena.riot.system |
Modifier and Type | Field and Description |
---|---|
static RDFFormat |
RDFFormat.NQ |
static RDFFormat |
RDFFormat.NQUADS |
static RDFFormat |
RDFFormat.NT |
static RDFFormat |
RDFFormat.NTRIPLES |
static RDFFormat |
RDFFormat.RDFJSON |
static RDFFormat |
RDFFormat.RDFNULL
The "null" output format (a sink that prints nothing, usually quite efficiently)
|
static RDFFormat |
RDFFormat.RDFXML |
static RDFFormat |
RDFFormat.RDFXML_ABBREV |
static RDFFormat |
RDFFormat.RDFXML_PLAIN |
static RDFFormat |
RDFFormat.RDFXML_PRETTY |
static RDFFormat |
RDFFormat.TRIG |
static RDFFormat |
RDFFormat.TRIG_BLOCKS |
static RDFFormat |
RDFFormat.TRIG_FLAT |
static RDFFormat |
RDFFormat.TRIG_PRETTY |
static RDFFormat |
RDFFormat.TTL |
static RDFFormat |
RDFFormat.TURTLE |
static RDFFormat |
RDFFormat.TURTLE_BLOCKS |
static RDFFormat |
RDFFormat.TURTLE_FLAT |
static RDFFormat |
RDFFormat.TURTLE_PRETTY |
Modifier and Type | Method and Description |
---|---|
static RDFFormat |
RDFWriterRegistry.defaultSerialization(Lang lang)
Return the format registered as the default for the language
|
Modifier and Type | Method and Description |
---|---|
static Collection<RDFFormat> |
RDFWriterRegistry.registeredDatasetFormats()
All registered dataset formats
|
static Collection<RDFFormat> |
RDFWriterRegistry.registeredGraphFormats()
All registered graph formats
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RDFWriterRegistry.contains(RDFFormat format)
Is the RDFFormat registered for use?
|
WriterDatasetRIOT |
WriterDatasetRIOTFactory.create(RDFFormat syntaxForm) |
WriterGraphRIOT |
WriterGraphRIOTFactory.create(RDFFormat syntaxForm) |
static WriterDatasetRIOT |
RDFDataMgr.createDatasetWriter(RDFFormat serialization)
Create a writer for an RDF language
|
static WriterGraphRIOT |
RDFDataMgr.createGraphWriter(RDFFormat serialization)
Create a writer for an RDF language
|
static WriterDatasetRIOTFactory |
RDFWriterRegistry.getWriterDatasetFactory(RDFFormat serialization)
Get the dataset writer factory asscoiated with the output format
|
static WriterGraphRIOTFactory |
RDFWriterRegistry.getWriterGraphFactory(RDFFormat serialization)
Get the graph writer factory asscoiated with the output format
|
static void |
RDFWriterRegistry.register(Lang lang,
RDFFormat format)
Register the default serialization for the language
|
static void |
RDFWriterRegistry.register(RDFFormat serialization,
WriterDatasetRIOTFactory datasetWriterFactory)
Register the serialization for datasets and it's associated factory
|
static void |
RDFWriterRegistry.register(RDFFormat serialization,
WriterGraphRIOTFactory graphWriterFactory)
Register the serialization for graphs and it's associated factory
|
static void |
RDFDataMgr.write(OutputStream out,
DatasetGraph dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(OutputStream out,
Dataset dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(OutputStream out,
Graph graph,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(OutputStream out,
Model model,
RDFFormat serialization)
Write the model to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
DatasetGraph dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
Dataset dataset,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
Graph graph,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(StringWriter out,
Model model,
RDFFormat serialization)
Write the graph to the output stream in the default serialization for the language.
|
static void |
RDFDataMgr.write(Writer out,
DatasetGraph dataset,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
static void |
RDFDataMgr.write(Writer out,
Dataset dataset,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
static void |
RDFDataMgr.write(Writer out,
Graph graph,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
static void |
RDFDataMgr.write(Writer out,
Model model,
RDFFormat serialization)
Deprecated.
Use of writers is deprecated - use an OutputStream
|
Modifier and Type | Method and Description |
---|---|
static RDFFormat |
IO_JenaWriters.getFormatForJenaWriter(String jenaName)
return the RDFFormat for the existing Jena writer name, or null
|
Modifier and Type | Method and Description |
---|---|
static void |
IO_JenaWriters.setFormatForJenaWriter(String jenaName,
RDFFormat format)
Register an RDFFormat for a Jena writer name
|
Licenced under the Apache License, Version 2.0