|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Struct | |
---|---|
org.xmlsoap.schemas.soap.encoding | |
org.xmlsoap.schemas.soap.encoding.impl |
Uses of Struct in org.xmlsoap.schemas.soap.encoding |
---|
Methods in org.xmlsoap.schemas.soap.encoding that return Struct | |
---|---|
Struct |
StructDocument.addNewStruct()
Appends and returns a new empty "Struct" element |
Struct |
StructDocument.getStruct()
Gets the "Struct" element |
static Struct |
Struct.Factory.newInstance()
|
static Struct |
Struct.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Struct |
Struct.Factory.parse(java.io.File file)
|
static Struct |
Struct.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Struct |
Struct.Factory.parse(java.io.InputStream is)
|
static Struct |
Struct.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Struct |
Struct.Factory.parse(org.w3c.dom.Node node)
|
static Struct |
Struct.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Struct |
Struct.Factory.parse(java.io.Reader r)
|
static Struct |
Struct.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Struct |
Struct.Factory.parse(java.lang.String xmlAsString)
|
static Struct |
Struct.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Struct |
Struct.Factory.parse(java.net.URL u)
|
static Struct |
Struct.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Struct |
Struct.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Struct |
Struct.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Struct |
Struct.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Struct |
Struct.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Struct | |
---|---|
void |
StructDocument.setStruct(Struct struct)
Sets the "Struct" element |
Uses of Struct in org.xmlsoap.schemas.soap.encoding.impl |
---|
Classes in org.xmlsoap.schemas.soap.encoding.impl that implement Struct | |
---|---|
class |
StructImpl
An XML Struct(@http://schemas.xmlsoap.org/soap/encoding/). |
Methods in org.xmlsoap.schemas.soap.encoding.impl that return Struct | |
---|---|
Struct |
StructDocumentImpl.addNewStruct()
Appends and returns a new empty "Struct" element |
Struct |
StructDocumentImpl.getStruct()
Gets the "Struct" element |
Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Struct | |
---|---|
void |
StructDocumentImpl.setStruct(Struct struct)
Sets the "Struct" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |