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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type String
 void StringDocument.setString(String string)
          Sets the "string" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return String
 String StringDocumentImpl.addNewString()
          Appends and returns a new empty "string" element
 String StringDocumentImpl.getString()
          Gets the "string" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type String
 void StringDocumentImpl.setString(String string)
          Sets the "string" element
 



Copyright © 2006 null. All Rights Reserved.