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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type AnyURI
 void AnyURIDocument.setAnyURI(AnyURI anyURI)
          Sets the "anyURI" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return AnyURI
 AnyURI AnyURIDocumentImpl.addNewAnyURI()
          Appends and returns a new empty "anyURI" element
 AnyURI AnyURIDocumentImpl.getAnyURI()
          Gets the "anyURI" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type AnyURI
 void AnyURIDocumentImpl.setAnyURI(AnyURI anyURI)
          Sets the "anyURI" element
 



Copyright © 2006 null. All Rights Reserved.