|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Base64BinaryDocument | |
---|---|
org.xmlsoap.schemas.soap.encoding | |
org.xmlsoap.schemas.soap.encoding.impl |
Uses of Base64BinaryDocument in org.xmlsoap.schemas.soap.encoding |
---|
Methods in org.xmlsoap.schemas.soap.encoding that return Base64BinaryDocument | |
---|---|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.newInstance()
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.io.File file)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.io.InputStream is)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(org.w3c.dom.Node node)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.io.Reader r)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.lang.String xmlAsString)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.net.URL u)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Base64BinaryDocument |
Base64BinaryDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of Base64BinaryDocument in org.xmlsoap.schemas.soap.encoding.impl |
---|
Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Base64BinaryDocument | |
---|---|
class |
Base64BinaryDocumentImpl
A document containing one base64Binary(@http://schemas.xmlsoap.org/soap/encoding/) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |