org.coode.owlapi.rdf.rdfxml
Class RDFXMLWriter

java.lang.Object
  extended by org.coode.owlapi.rdf.rdfxml.RDFXMLWriter

public class RDFXMLWriter
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 06-Dec-2006


Method Summary
 void endDocument()
           
 void startDocument()
           
 void writeAboutAttribute(IRI value)
           
 void writeComment(java.lang.String comment)
           
 void writeDatatypeAttribute(IRI datatypeIRI)
           
 void writeEndElement()
           
 void writeLangAttribute(java.lang.String lang)
           
 void writeNodeIDAttribute(RDFResourceNode node)
           
 void writeOWLObject(OWLObject owlObject)
           
 void writeParseTypeAttribute()
           
 void writeResourceAttribute(IRI value)
           
 void writeStartElement(IRI elementName)
           
 void writeTextContent(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeStartElement

public void writeStartElement(IRI elementName)
                       throws java.io.IOException
Throws:
java.io.IOException

writeParseTypeAttribute

public void writeParseTypeAttribute()
                             throws java.io.IOException
Throws:
java.io.IOException

writeDatatypeAttribute

public void writeDatatypeAttribute(IRI datatypeIRI)
                            throws java.io.IOException
Throws:
java.io.IOException

writeTextContent

public void writeTextContent(java.lang.String text)
                      throws java.io.IOException
Throws:
java.io.IOException

writeLangAttribute

public void writeLangAttribute(java.lang.String lang)
                        throws java.io.IOException
Throws:
java.io.IOException

writeEndElement

public void writeEndElement()
                     throws java.io.IOException
Throws:
java.io.IOException

writeAboutAttribute

public void writeAboutAttribute(IRI value)
                         throws java.io.IOException
Throws:
java.io.IOException

writeNodeIDAttribute

public void writeNodeIDAttribute(RDFResourceNode node)
                          throws java.io.IOException
Throws:
java.io.IOException

writeOWLObject

public void writeOWLObject(OWLObject owlObject)

writeResourceAttribute

public void writeResourceAttribute(IRI value)
                            throws java.io.IOException
Throws:
java.io.IOException

startDocument

public void startDocument()
                   throws java.io.IOException
Throws:
java.io.IOException

endDocument

public void endDocument()
                 throws java.io.IOException
Throws:
java.io.IOException

writeComment

public void writeComment(java.lang.String comment)
                  throws java.io.IOException
Throws:
java.io.IOException