public class RDFXMLWriter extends AbstractRDFWriter implements RDFWriter
| Modifier and Type | Field and Description |
|---|---|
protected ParsedIRI |
baseIRI |
protected String |
defaultNamespace |
protected boolean |
entityQuote |
protected boolean |
headerWritten |
protected Resource |
lastWrittenSubject |
protected char |
quote |
protected Writer |
writer |
protected boolean |
writingStarted |
namespaceTable| Constructor and Description |
|---|
RDFXMLWriter(OutputStream out)
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
|
RDFXMLWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
|
RDFXMLWriter(Writer writer)
Creates a new RDFXMLWriter that will write to the supplied Writer.
|
RDFXMLWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new RDFXMLWriter that will write to the supplied Writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endRDF() |
protected void |
flushPendingStatements() |
RDFFormat |
getRDFFormat() |
protected String |
getValidNodeId(BNode bNode)
Create a syntactically valid node id from the supplied blank node id.
|
void |
handleComment(String comment) |
void |
handleNamespace(String prefix,
String name) |
void |
handleStatement(Statement st) |
protected void |
setNamespace(String prefix,
String name) |
void |
startRDF() |
protected void |
writeAttribute(String attName,
String value) |
protected void |
writeAttribute(String namespace,
String attName,
String value) |
protected void |
writeCharacterData(String chars)
Replace special characters in text with entities.
|
protected void |
writeEndOfEmptyTag()
Write > or />
|
protected void |
writeEndOfStartTag()
Write >
|
protected void |
writeEndTag(String namespace,
String localName) |
protected void |
writeHeader() |
protected void |
writeIndent()
Write tab
|
protected void |
writeNewLine()
Write newline character
|
protected void |
writeQuotedAttribute(String attName,
String value)
Write quoted attribute
|
protected void |
writeStartOfStartTag(String namespace,
String localName) |
getSupportedSettings, getWriterConfig, set, setWriterConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedSettings, getWriterConfig, set, setWriterConfigprotected ParsedIRI baseIRI
protected Writer writer
protected String defaultNamespace
protected boolean writingStarted
protected boolean headerWritten
protected Resource lastWrittenSubject
protected char quote
protected boolean entityQuote
public RDFXMLWriter(OutputStream out)
out - The OutputStream to write the RDF/XML document to.public RDFXMLWriter(OutputStream out, ParsedIRI baseIRI)
out - The OutputStream to write the RDF/XML document to.baseIRI - base URIpublic RDFXMLWriter(Writer writer)
writer - The Writer to write the RDF/XML document to.public RDFFormat getRDFFormat()
getRDFFormat in interface RDFWriterpublic void startRDF()
throws RDFHandlerException
startRDF in interface RDFHandlerRDFHandlerExceptionprotected void writeHeader()
throws IOException
IOExceptionpublic void endRDF()
throws RDFHandlerException
endRDF in interface RDFHandlerRDFHandlerExceptionpublic void handleNamespace(String prefix, String name)
handleNamespace in interface RDFHandlerhandleNamespace in class AbstractRDFWriterpublic void handleStatement(Statement st) throws RDFHandlerException
handleStatement in interface RDFHandlerRDFHandlerExceptionpublic void handleComment(String comment) throws RDFHandlerException
handleComment in interface RDFHandlerRDFHandlerExceptionprotected void flushPendingStatements()
throws IOException,
RDFHandlerException
IOExceptionRDFHandlerExceptionprotected void writeStartOfStartTag(String namespace, String localName) throws IOException
IOExceptionprotected void writeAttribute(String attName, String value) throws IOException
IOExceptionprotected void writeAttribute(String namespace, String attName, String value) throws IOException, RDFHandlerException
IOExceptionRDFHandlerExceptionprotected void writeQuotedAttribute(String attName, String value) throws IOException
attName - attribute namevalue - string valueIOExceptionprotected void writeEndOfStartTag()
throws IOException
IOExceptionprotected void writeEndOfEmptyTag()
throws IOException
IOExceptionprotected void writeEndTag(String namespace, String localName) throws IOException
IOExceptionprotected void writeCharacterData(String chars) throws IOException
chars - textIOExceptionprotected void writeIndent()
throws IOException
IOExceptionprotected void writeNewLine()
throws IOException
IOExceptionprotected String getValidNodeId(BNode bNode) throws IOException
bNode - a blank node identifierIOExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.