Package com.stardog.stark.io.rdfxml
Class RDFXMLWriter.RDFXMLWriterFactory
java.lang.Object
com.stardog.stark.io.rdfxml.RDFXMLWriter.RDFXMLWriterFactory
- All Implemented Interfaces:
RDFWriterFactory
- Enclosing class:
RDFXMLWriter
public static final class RDFXMLWriter.RDFXMLWriterFactory
extends Object
implements RDFWriterFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RDFXMLWriterFactory
public RDFXMLWriterFactory()
-
-
Method Details
-
format
Theformatthis writer will serialize output in- Specified by:
formatin interfaceRDFWriterFactory- Returns:
- the format
-
create
Create a new `RDFWriter`- Specified by:
createin interfaceRDFWriterFactory- Parameters:
theStream- the stream to write totheOptions- the writer options- Returns:
- the new `RDFWriter`
-