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

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

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

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

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement AnyURIDocument
 class AnyURIDocumentImpl
          A document containing one anyURI(@http://schemas.xmlsoap.org/soap/encoding/) element.
 



Copyright © 2006 null. All Rights Reserved.