Uses of Interface
javax.xml.transform.Source

Packages that use Source
javax.xml.soap   
javax.xml.transform.dom   
javax.xml.transform.sax   
javax.xml.transform.stream   
org.apache.axis   
org.apache.axis.holders   
org.apache.axis.utils   
 

Uses of Source in javax.xml.soap
 

Methods in javax.xml.soap that return Source
abstract  Source SOAPPart.getContent()
          Returns the content of the SOAPEnvelope as a JAXP Source object.
 

Methods in javax.xml.soap with parameters of type Source
abstract  void SOAPPart.setContent(Source source)
          Sets the content of the SOAPEnvelope object with the data from the given Source object.
 

Uses of Source in javax.xml.transform.dom
 

Classes in javax.xml.transform.dom that implement Source
 class DOMSource
          Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
 

Uses of Source in javax.xml.transform.sax
 

Classes in javax.xml.transform.sax that implement Source
 class SAXSource
          Acts as an holder for SAX-style Source.
 

Methods in javax.xml.transform.sax with parameters of type Source
static org.xml.sax.InputSource SAXSource.sourceToInputSource(Source source)
          Attempt to obtain a SAX InputSource object from a TrAX Source object.
 

Uses of Source in javax.xml.transform.stream
 

Classes in javax.xml.transform.stream that implement Source
 class StreamSource
          Acts as an holder for a transformation Source in the form of a stream of XML markup.
 

Uses of Source in org.apache.axis
 

Methods in org.apache.axis that return Source
 Source SOAPPart.getContent()
          Returns the content of the SOAPEnvelope as a JAXP Source object.
 

Methods in org.apache.axis with parameters of type Source
 void SOAPPart.setContent(Source source)
          Sets the content of the SOAPEnvelope object with the data from the given Source object.
 

Uses of Source in org.apache.axis.holders
 

Fields in org.apache.axis.holders declared as Source
 Source SourceHolder.value
          Field _value
 

Constructors in org.apache.axis.holders with parameters of type Source
SourceHolder(Source value)
          Constructor SourceHolder
 

Uses of Source in org.apache.axis.utils
 

Methods in org.apache.axis.utils with parameters of type Source
static org.xml.sax.InputSource XMLUtils.sourceToInputSource(Source source)
          Utility to get the bytes uri
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.