ora.core.base.xmlHelper
Class XMLStreamWriterImpl
java.lang.Object
ora.core.base.xmlHelper.XMLStreamWriterImpl
public class XMLStreamWriterImpl
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLStreamWriterImpl
public XMLStreamWriterImpl(java.io.OutputStream fos)
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