public class RDFXMLWriter extends Object
Modifier and Type | Method | Description |
---|---|---|
void |
endDocument() |
|
void |
startDocument() |
|
void |
writeAboutAttribute(org.semanticweb.owlapi.model.IRI value) |
|
void |
writeAttribute(org.semanticweb.owlapi.model.IRI attributeName,
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(org.semanticweb.owlapi.io.RDFResourceBlankNode node) |
|
void |
writeOWLObject(org.semanticweb.owlapi.model.OWLObject owlObject) |
|
void |
writeParseTypeAttribute() |
|
void |
writeParseTypeLiteralAttribute() |
Parse type attribute for literals.
|
void |
writeResourceAttribute(org.semanticweb.owlapi.model.IRI value) |
|
void |
writeStartElement(org.semanticweb.owlapi.model.IRI elementName) |
|
void |
writeTextContent(String text) |
public void writeStartElement(@Nonnull org.semanticweb.owlapi.model.IRI elementName) throws IOException
elementName
- elementNameIOException
- io exceptionpublic void writeParseTypeAttribute() throws IOException
IOException
- io exceptionpublic void writeParseTypeLiteralAttribute() throws IOException
IOException
- io exceptionpublic void writeDatatypeAttribute(@Nonnull org.semanticweb.owlapi.model.IRI datatypeIRI) throws IOException
datatypeIRI
- datatypeIRIIOException
- io exceptionpublic void writeTextContent(@Nonnull String text) throws IOException
text
- textIOException
- io exceptionpublic void writeLangAttribute(@Nonnull String lang) throws IOException
lang
- langIOException
- io exceptionpublic void writeEndElement() throws IOException
IOException
- io exceptionpublic void writeAboutAttribute(@Nonnull org.semanticweb.owlapi.model.IRI value) throws IOException
value
- valueIOException
- io exceptionpublic void writeNodeIDAttribute(@Nonnull org.semanticweb.owlapi.io.RDFResourceBlankNode node) throws IOException
node
- nodeIOException
- io exceptionpublic void writeAttribute(@Nonnull org.semanticweb.owlapi.model.IRI attributeName, @Nonnull org.semanticweb.owlapi.model.IRI value) throws IOException
attributeName
- attribute namevalue
- valueIOException
- io exceptionpublic void writeOWLObject(org.semanticweb.owlapi.model.OWLObject owlObject)
owlObject
- owlObjectpublic void writeResourceAttribute(@Nonnull 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(@Nonnull String comment) throws IOException
comment
- commentIOException
- io exceptionCopyright © 2018 The University of Manchester. All rights reserved.