edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter
Class RDFXMLDocumentWriter

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.RDFXMLDocumentWriter

public class RDFXMLDocumentWriter
extends Object

User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Apr 7, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Field Summary
private  Collection contentWriters
           
private  XMLWriter xmlWriter
           
 
Constructor Summary
RDFXMLDocumentWriter(XMLWriter xmlWriter, Collection contentWriters)
           
 
Method Summary
private  void writeDocEnd()
           
private  void writeDocStart()
           
 void writeDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlWriter

private XMLWriter xmlWriter

contentWriters

private Collection contentWriters
Constructor Detail

RDFXMLDocumentWriter

public RDFXMLDocumentWriter(XMLWriter xmlWriter,
                            Collection contentWriters)
Method Detail

writeDocument

public void writeDocument()
                   throws IOException
Throws:
IOException

writeDocStart

private void writeDocStart()
                    throws IOException
Throws:
IOException

writeDocEnd

private void writeDocEnd()
                  throws IOException
Throws:
IOException