Oracle

Uses of Interface
weblogic.xml.stream.XMLOutputStream

Packages that use XMLOutputStream
weblogic.jdbc.rowset Provides interfaces and classes for the WebLogic rowset implementation. 
weblogic.webservice.encoding Deprecated. Provides classes for weblogic.webservice.encoding. 
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
weblogic.xml.stream   
weblogic.xml.stream.util Deprecated
weblogic.xml.xpath This package contains all of the classes required to perform XPath matching against a document represented as a DOM, XMLNode, or against an XMLInputStream. 
 

Uses of XMLOutputStream in weblogic.jdbc.rowset
 

Methods in weblogic.jdbc.rowset with parameters of type XMLOutputStream
 void WLCachedRowSet.writeXML(XMLOutputStream xos)
          Writes the RowSet to the XMLOutputStream as an XML document.
 void WLCachedRowSet.writeXML(XMLOutputStream xos, int rowStates)
          Writes the RowSet as an XML document.
 void WLRowSetMetaData.writeXMLSchema(XMLOutputStream xos)
          Writes the WLRowSetMetaData as an XML Schema document to the specified XMLOutputStream.
 

Uses of XMLOutputStream in weblogic.webservice.encoding
 

Methods in weblogic.webservice.encoding with parameters of type XMLOutputStream
 void SOAPElementCodec.serialize(Object obj, XMLName name, XMLOutputStream writer, SerializationContext context)
          Deprecated.  
 void AttachmentCodec.serialize(Object obj, XMLName name, XMLOutputStream writer, SerializationContext context)
          Deprecated.  
 

Uses of XMLOutputStream in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding with parameters of type XMLOutputStream
 void Serializer.serialize(Object obj, XMLName name, XMLOutputStream writer, SerializationContext context)
          Write the given Object to an XMLOutputSteam, using the information described in the mapping, using the name parameter as the name of the resulting element.
 

Uses of XMLOutputStream in weblogic.xml.stream
 

Subinterfaces of XMLOutputStream in weblogic.xml.stream
 interface XMLInputOutputStream
          Deprecated. please use java standard StAX api
 

Methods in weblogic.xml.stream that return XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(OutputStream outputStream)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(OutputStream outputStream, Map map)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer)
          Deprecated. Create a new Canonical XMLOutputStream
abstract  XMLOutputStream XMLOutputStreamFactory.newCanonicalOutputStream(Writer writer, Map map)
          Deprecated.  
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(OutputStream stream)
          Deprecated. Create a new XMLOutputStream that writes to a stream that pretty prints it's output
abstract  XMLOutputStream XMLOutputStreamFactory.newDebugOutputStream(Writer writer)
          Deprecated. Create a new XMLOutputStream that writes to a writer that pretty prints it's output
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(ContentHandler handler)
          Deprecated. Create a new XMLOutputStream that writes to a SAX ContentHandler
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Document document)
          Deprecated. Create a new XMLOutputStream that writes to a DOM document
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Document document, DocumentFragment documentFragment)
          Deprecated. Create a new XMLOutputStream that writes to a DOM document fragment
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(OutputStream stream)
          Deprecated. Create a new XMLOutputStream that writes to a stream
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(OutputStream stream, boolean writeEmptyElements)
          Deprecated. Create a new XMLOutputStream that writes to a stream
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Writer writer)
          Deprecated. Create a new XMLOutputStream that writes to a writer
abstract  XMLOutputStream XMLOutputStreamFactory.newOutputStream(Writer writer, boolean writeEmptyElements)
          Deprecated. Create a new XMLOutputStream that writes to a writer
 

Uses of XMLOutputStream in weblogic.xml.stream.util
 

Classes in weblogic.xml.stream.util that implement XMLOutputStream
 class XMLInputOutputStreamBase
          Deprecated. please use java standard StAX api
 

Uses of XMLOutputStream in weblogic.xml.xpath
 

Methods in weblogic.xml.xpath that return XMLOutputStream
 XMLOutputStream XPathStreamFactory.createStream(XMLOutputStream destination)
          Returns an XMLOutputStream which matches outbound events against the installed xpaths, notifies the appropriate installed observers, and then passes the events on to a given destination stream.
 

Methods in weblogic.xml.xpath with parameters of type XMLOutputStream
 XMLOutputStream XPathStreamFactory.createStream(XMLOutputStream destination)
          Returns an XMLOutputStream which matches outbound events against the installed xpaths, notifies the appropriate installed observers, and then passes the events on to a given destination stream.
 


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle