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) voidwrite(Model model, OutputStream out, String base) void
-
Constructor Details
-
RDFWriterRIOT
-
-
Method Details
-
write
- Specified by:
writein interfaceRDFWriterI
-
write
- Specified by:
writein interfaceRDFWriterI
-
setProperty
- Specified by:
setPropertyin interfaceRDFWriterI
-
setErrorHandler
- Specified by:
setErrorHandlerin interfaceRDFWriterI
-