ora.core.base.xmlHelper
Class XMLStreamWriterImpl

java.lang.Object
  extended by ora.core.base.xmlHelper.XMLStreamWriterImpl

public class XMLStreamWriterImpl
extends java.lang.Object


Constructor Summary
XMLStreamWriterImpl(java.io.OutputStream fos)
           
 
Method Summary
 void close()
           
 void flush()
           
 void writeAttribute(java.lang.String localName, java.lang.String value)
           
 void writeCharacters(java.lang.String text)
           
 void writeEndDocument()
           
 void writeEndElement()
           
 void writeStartDocument(java.lang.String encoding, java.lang.String version)
           
 void writeStartElement(java.lang.String localName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStreamWriterImpl

public XMLStreamWriterImpl(java.io.OutputStream fos)
Method Detail

close

public void close()
           throws java.lang.Exception
Throws:
java.lang.Exception

flush

public void flush()
           throws java.lang.Exception
Throws:
java.lang.Exception

writeAttribute

public void writeAttribute(java.lang.String localName,
                           java.lang.String value)
                    throws java.lang.Exception
Throws:
java.lang.Exception

writeCharacters

public void writeCharacters(java.lang.String text)
                     throws java.lang.Exception
Throws:
java.lang.Exception

writeEndDocument

public void writeEndDocument()
                      throws java.lang.Exception
Throws:
java.lang.Exception

writeEndElement

public void writeEndElement()
                     throws java.lang.Exception
Throws:
java.lang.Exception

writeStartDocument

public void writeStartDocument(java.lang.String encoding,
                               java.lang.String version)
                        throws java.lang.Exception
Throws:
java.lang.Exception

writeStartElement

public void writeStartElement(java.lang.String localName)
                       throws java.lang.Exception
Throws:
java.lang.Exception