public class RDFXMLWriterFactory extends Object implements RDFWriterFactory
RDFWriterFactory for RDF/XML writers.| Constructor and Description |
|---|
RDFXMLWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat()
Returns
RDFFormat.RDFXML. |
RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
RDFXMLWriter. |
RDFWriter |
getWriter(Writer writer)
Returns a new instance of
RDFXMLWriter. |
public RDFFormat getRDFFormat()
RDFFormat.RDFXML.getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
RDFXMLWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(Writer writer)
RDFXMLWriter.getWriter in interface RDFWriterFactoryCopyright © 2015-2016 Eclipse Foundation. All Rights Reserved.