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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type ENTITIES
 void ENTITIESDocument.setENTITIES(ENTITIES entities)
          Sets the "ENTITIES" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return ENTITIES
 ENTITIES ENTITIESDocumentImpl.addNewENTITIES()
          Appends and returns a new empty "ENTITIES" element
 ENTITIES ENTITIESDocumentImpl.getENTITIES()
          Gets the "ENTITIES" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type ENTITIES
 void ENTITIESDocumentImpl.setENTITIES(ENTITIES entities)
          Sets the "ENTITIES" element
 



Copyright © 2006 null. All Rights Reserved.