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

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

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

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

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement RootAttribute
 class RootAttributeImpl
          A document containing one root(@http://schemas.xmlsoap.org/soap/encoding/) attribute.
 



Copyright © 2006 null. All Rights Reserved.