|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.rio.rdfxml.RDFXMLWriterFactory
public class RDFXMLWriterFactory
An RDFWriterFactory for RDF/XML writers.
| Constructor Summary | |
|---|---|
RDFXMLWriterFactory()
|
|
| Method Summary | |
|---|---|
RDFFormat |
getRDFFormat()
Returns RDFFormat.RDFXML. |
RDFWriter |
getWriter(java.io.OutputStream out)
Returns a new instance of RDFXMLWriter. |
RDFWriter |
getWriter(java.io.Writer writer)
Returns a new instance of RDFXMLWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFXMLWriterFactory()
| Method Detail |
|---|
public RDFFormat getRDFFormat()
RDFFormat.RDFXML.
getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(java.io.OutputStream out)
RDFXMLWriter.
getWriter in interface RDFWriterFactoryout - The OutputStream to write the RDF to.public RDFWriter getWriter(java.io.Writer writer)
RDFXMLWriter.
getWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||