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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type ID
 void IDDocument.setID(ID id)
          Sets the "ID" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return ID
 ID IDDocumentImpl.addNewID()
          Appends and returns a new empty "ID" element
 ID IDDocumentImpl.getID()
          Gets the "ID" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type ID
 void IDDocumentImpl.setID(ID id)
          Sets the "ID" element
 



Copyright © 2006 null. All Rights Reserved.