Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.xml.stream
Interface XMLOutputStream

All Known Subinterfaces:
XMLInputOutputStream
All Known Implementing Classes:
SecureSoapOutputStream, XMLInputOutputStreamBase, weblogic.xml.security.utils.XMLOutputStreamBase

Deprecated. please use java standard StAX api

public interface XMLOutputStream

This is the top level interface for writing XML documents.

Since:
XMLOutputStream 1.0
See Also:
XMLInputStream, XMLEvent, CharacterData, ProcessingInstruction, StartElement, EndElement, CharacterData, XMLName

Method Summary
 void add(Attribute attribute)
          Deprecated.  
 void add(String markup)
          Deprecated.  
 void add(XMLEvent event)
          Deprecated.  
 void add(XMLInputStream inputStream)
          Deprecated.  
 void close()
          Deprecated.  
 void close(boolean flush)
          Deprecated.  
 void flush()
          Deprecated.  
 

Method Detail

add

void add(XMLEvent event)
         throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

add

void add(XMLInputStream inputStream)
         throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

add

void add(String markup)
         throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

add

void add(Attribute attribute)
         throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

close

void close()
           throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

close

void close(boolean flush)
           throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

flush

void flush()
           throws XMLStreamException
Deprecated. 
Throws:
XMLStreamException

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02