BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.stream
Interface XMLOutputStream

All Known Subinterfaces:
XMLInputOutputStream

public interface XMLOutputStream

This is the top level interface for writing XML documents.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
XMLInputStream, XMLEvent, CharacterData, ProcessingInstruction, StartElement, EndElement, CharacterData, XMLName

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

Method Detail

add

public void add(XMLEvent event)
         throws XMLStreamException

add

public void add(XMLInputStream inputStream)
         throws XMLStreamException

add

public void add(java.lang.String markup)
         throws XMLStreamException

add

public void add(Attribute attribute)
         throws XMLStreamException

close

public void close()
           throws XMLStreamException

close

public void close(boolean flush)
           throws XMLStreamException

flush

public void flush()
           throws XMLStreamException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81