owltools.gaf.io
Class AbstractXmlWriter

java.lang.Object
  extended by owltools.gaf.io.AbstractXmlWriter
Direct Known Subclasses:
PseudoRdfXmlWriter, XgmmlWriter

public abstract class AbstractXmlWriter
extends Object

Helper to write properly formated XML using an XMLStreamWriter.


Constructor Summary
protected AbstractXmlWriter(String indentString)
           
 
Method Summary
protected  XMLStreamWriter createWriter(OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXmlWriter

protected AbstractXmlWriter(String indentString)
Method Detail

createWriter

protected XMLStreamWriter createWriter(OutputStream outputStream)
                                throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2010-2012. All Rights Reserved.