| java.lang.Object org.openrdf.rio.rdfxml.RDFXMLWriter
All known Subclasses: org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter,
RDFXMLWriter | public class RDFXMLWriter implements RDFWriter(Code) | | An implementation of the RDFWriter interface that writes RDF documents in
XML-serialized RDF format.
|
Constructor Summary | |
public | RDFXMLWriter(OutputStream out) Creates a new RDFXMLWriter that will write to the supplied OutputStream. | public | RDFXMLWriter(Writer writer) Creates a new RDFXMLWriter that will write to the supplied Writer. |
headerWritten | protected boolean headerWritten(Code) | | |
writingStarted | protected boolean writingStarted(Code) | | |
RDFXMLWriter | public RDFXMLWriter(OutputStream out)(Code) | | Creates a new RDFXMLWriter that will write to the supplied OutputStream.
Parameters: out - The OutputStream to write the RDF/XML document to. |
RDFXMLWriter | public RDFXMLWriter(Writer writer)(Code) | | Creates a new RDFXMLWriter that will write to the supplied Writer.
Parameters: writer - The Writer to write the RDF/XML document to. |
flushPendingStatements | protected void flushPendingStatements() throws IOException(Code) | | |
setNamespace | protected void setNamespace(String prefix, String name, boolean fixedPrefix)(Code) | | |
startRDF | public void startRDF()(Code) | | |
|
|