edu.sc.seis.fissuresUtil.xml
Class StAXFileWriter

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.xml.StAXFileWriter

public class StAXFileWriter
extends java.lang.Object


Constructor Summary
StAXFileWriter(java.io.File file)
           
 
Method Summary
 void abort()
           
 void close()
           
 javax.xml.stream.XMLStreamWriter getStreamWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StAXFileWriter

public StAXFileWriter(java.io.File file)
               throws java.io.IOException,
                      javax.xml.stream.XMLStreamException
Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
Method Detail

getStreamWriter

public javax.xml.stream.XMLStreamWriter getStreamWriter()

abort

public void abort()
           throws javax.xml.stream.XMLStreamException,
                  java.io.IOException
Throws:
javax.xml.stream.XMLStreamException
java.io.IOException

close

public void close()
           throws javax.xml.stream.XMLStreamException,
                  java.io.IOException
Throws:
javax.xml.stream.XMLStreamException
java.io.IOException