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

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

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

Methods in org.xmlsoap.schemas.soap.encoding that return ENTITIESDocument
static ENTITIESDocument ENTITIESDocument.Factory.newInstance()
           
static ENTITIESDocument ENTITIESDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.io.File file)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.io.InputStream is)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(org.w3c.dom.Node node)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.io.Reader r)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.lang.String xmlAsString)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.net.URL u)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ENTITIESDocument ENTITIESDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ENTITIESDocument ENTITIESDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ENTITIESDocument ENTITIESDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement ENTITIESDocument
 class ENTITIESDocumentImpl
          A document containing one ENTITIES(@http://schemas.xmlsoap.org/soap/encoding/) element.
 



Copyright © 2006 null. All Rights Reserved.