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