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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type IDREF
 void IDREFDocument.setIDREF(IDREF idref)
          Sets the "IDREF" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return IDREF
 IDREF IDREFDocumentImpl.addNewIDREF()
          Appends and returns a new empty "IDREF" element
 IDREF IDREFDocumentImpl.getIDREF()
          Gets the "IDREF" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type IDREF
 void IDREFDocumentImpl.setIDREF(IDREF idref)
          Sets the "IDREF" element
 



Copyright © 2006 null. All Rights Reserved.