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

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

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

Methods in org.xmlsoap.schemas.soap.encoding that return StructDocument
static StructDocument StructDocument.Factory.newInstance()
           
static StructDocument StructDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static StructDocument StructDocument.Factory.parse(java.io.File file)
           
static StructDocument StructDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static StructDocument StructDocument.Factory.parse(java.io.InputStream is)
           
static StructDocument StructDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static StructDocument StructDocument.Factory.parse(org.w3c.dom.Node node)
           
static StructDocument StructDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static StructDocument StructDocument.Factory.parse(java.io.Reader r)
           
static StructDocument StructDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static StructDocument StructDocument.Factory.parse(java.lang.String xmlAsString)
           
static StructDocument StructDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static StructDocument StructDocument.Factory.parse(java.net.URL u)
           
static StructDocument StructDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static StructDocument StructDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static StructDocument StructDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static StructDocument StructDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static StructDocument StructDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement StructDocument
 class StructDocumentImpl
          A document containing one Struct(@http://schemas.xmlsoap.org/soap/encoding/) element.
 



Copyright © 2006 null. All Rights Reserved.