Uses of Interface
org.xmlsoap.schemas.soap.encoding.Array

Packages that use Array
org.xmlsoap.schemas.soap.encoding   
org.xmlsoap.schemas.soap.encoding.impl   
 

Uses of Array in org.xmlsoap.schemas.soap.encoding
 

Methods in org.xmlsoap.schemas.soap.encoding that return Array
 Array ArrayDocument.addNewArray()
          Appends and returns a new empty "Array" element
 Array ArrayDocument.getArray()
          Gets the "Array" element
static Array Array.Factory.newInstance()
           
static Array Array.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Array Array.Factory.parse(java.io.File file)
           
static Array Array.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Array Array.Factory.parse(java.io.InputStream is)
           
static Array Array.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Array Array.Factory.parse(org.w3c.dom.Node node)
           
static Array Array.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Array Array.Factory.parse(java.io.Reader r)
           
static Array Array.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Array Array.Factory.parse(java.lang.String xmlAsString)
           
static Array Array.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Array Array.Factory.parse(java.net.URL u)
           
static Array Array.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Array Array.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Array Array.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Array Array.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Array Array.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Array
 void ArrayDocument.setArray(Array array)
          Sets the "Array" element
 

Uses of Array in org.xmlsoap.schemas.soap.encoding.impl
 

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Array
 class ArrayImpl
          An XML Array(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Array
 Array ArrayDocumentImpl.addNewArray()
          Appends and returns a new empty "Array" element
 Array ArrayDocumentImpl.getArray()
          Gets the "Array" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Array
 void ArrayDocumentImpl.setArray(Array array)
          Sets the "Array" element
 



Copyright © 2006 null. All Rights Reserved.