public class RDFXMLWriter extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RDFXMLWriter(XMLWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
startDocument() |
void |
writeAboutAttribute(org.semanticweb.owlapi.model.IRI value) |
void |
writeComment(String comment) |
void |
writeDatatypeAttribute(org.semanticweb.owlapi.model.IRI datatypeIRI) |
void |
writeEndElement() |
void |
writeLangAttribute(String lang) |
void |
writeNodeIDAttribute(RDFResourceNode node) |
void |
writeOWLObject(org.semanticweb.owlapi.model.OWLObject owlObject) |
void |
writeParseTypeAttribute() |
void |
writeResourceAttribute(org.semanticweb.owlapi.model.IRI value) |
void |
writeStartElement(org.semanticweb.owlapi.model.IRI elementName) |
void |
writeTextContent(String text) |
protected RDFXMLWriter(XMLWriter writer)
public void writeStartElement(org.semanticweb.owlapi.model.IRI elementName)
throws IOException
elementName - elementNameIOException - io exceptionpublic void writeParseTypeAttribute()
throws IOException
IOException - io exceptionpublic void writeDatatypeAttribute(org.semanticweb.owlapi.model.IRI datatypeIRI)
throws IOException
datatypeIRI - datatypeIRIIOException - io exceptionpublic void writeTextContent(String text) throws IOException
text - textIOException - io exceptionpublic void writeLangAttribute(String lang) throws IOException
lang - langIOException - io exceptionpublic void writeEndElement()
throws IOException
IOException - io exceptionpublic void writeAboutAttribute(org.semanticweb.owlapi.model.IRI value)
throws IOException
value - valueIOException - io exceptionpublic void writeNodeIDAttribute(RDFResourceNode node) throws IOException
node - nodeIOException - io exceptionpublic void writeOWLObject(org.semanticweb.owlapi.model.OWLObject owlObject)
owlObject - owlObjectpublic void writeResourceAttribute(org.semanticweb.owlapi.model.IRI value)
throws IOException
value - valueIOException - io exceptionpublic void startDocument()
throws IOException
IOException - io exceptionpublic void endDocument()
throws IOException
IOException - io exceptionpublic void writeComment(String comment) throws IOException
comment - commentIOException - io exceptionCopyright © 2014 The University of Manchester. All Rights Reserved.