java.lang.Object
org.apache.jena.riot.adapters.RDFWriterRIOT
- All Implemented Interfaces:
RDFWriterI
This class is used for indirecting all model.write calls to RIOT. It
implements Jena core
RDFWriterI
can calls WriterGraphRIOT
.
For RDF/XML, that WriterGraphRIOT
is a AdapterRDFWriter
that
calls the old style RDFWriterI
interface.
AdapterRDFWriter
is a WriterGraphRIOT
over a
RDFWriterI
.
-
Field Summary
Fields inherited from interface org.apache.jena.rdf.model.RDFWriterI
NSPREFIXPROPBASE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetErrorHandler
(RDFErrorHandler errHandler) setProperty
(String propName, Object propValue) void
write
(Model model, OutputStream out, String base) void
-
Constructor Details
-
RDFWriterRIOT
-
-
Method Details
-
write
- Specified by:
write
in interfaceRDFWriterI
-
write
- Specified by:
write
in interfaceRDFWriterI
-
setProperty
- Specified by:
setProperty
in interfaceRDFWriterI
-
setErrorHandler
- Specified by:
setErrorHandler
in interfaceRDFWriterI
-