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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type ENTITY
 void ENTITYDocument.setENTITY(ENTITY entity)
          Sets the "ENTITY" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return ENTITY
 ENTITY ENTITYDocumentImpl.addNewENTITY()
          Appends and returns a new empty "ENTITY" element
 ENTITY ENTITYDocumentImpl.getENTITY()
          Gets the "ENTITY" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type ENTITY
 void ENTITYDocumentImpl.setENTITY(ENTITY entity)
          Sets the "ENTITY" element
 



Copyright © 2006 null. All Rights Reserved.