Uses of Interface
org.xmlsoap.schemas.soap.envelope.EncodingStyleAttribute

Packages that use EncodingStyleAttribute
org.xmlsoap.schemas.soap.envelope   
org.xmlsoap.schemas.soap.envelope.impl   
 

Uses of EncodingStyleAttribute in org.xmlsoap.schemas.soap.envelope
 

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

Uses of EncodingStyleAttribute in org.xmlsoap.schemas.soap.envelope.impl
 

Classes in org.xmlsoap.schemas.soap.envelope.impl that implement EncodingStyleAttribute
 class EncodingStyleAttributeImpl
          A document containing one encodingStyle(@http://schemas.xmlsoap.org/soap/envelope/) attribute.
 



Copyright © 2009. All Rights Reserved.