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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type IDREFS
 void IDREFSDocument.setIDREFS(IDREFS idrefs)
          Sets the "IDREFS" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return IDREFS
 IDREFS IDREFSDocumentImpl.addNewIDREFS()
          Appends and returns a new empty "IDREFS" element
 IDREFS IDREFSDocumentImpl.getIDREFS()
          Gets the "IDREFS" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type IDREFS
 void IDREFSDocumentImpl.setIDREFS(IDREFS idrefs)
          Sets the "IDREFS" element
 



Copyright © 2006 null. All Rights Reserved.