Package | Description |
---|---|
org.w3.x2003.x05.soapEnvelope | |
org.w3.x2003.x05.soapEnvelope.impl |
Modifier and Type | Method and Description |
---|---|
static RoleAttribute |
RoleAttribute.Factory.newInstance() |
static RoleAttribute |
RoleAttribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RoleAttribute |
RoleAttribute.Factory.parse(File file) |
static RoleAttribute |
RoleAttribute.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RoleAttribute |
RoleAttribute.Factory.parse(InputStream is) |
static RoleAttribute |
RoleAttribute.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RoleAttribute |
RoleAttribute.Factory.parse(Node node) |
static RoleAttribute |
RoleAttribute.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RoleAttribute |
RoleAttribute.Factory.parse(Reader r) |
static RoleAttribute |
RoleAttribute.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RoleAttribute |
RoleAttribute.Factory.parse(String xmlAsString) |
static RoleAttribute |
RoleAttribute.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RoleAttribute |
RoleAttribute.Factory.parse(URL u) |
static RoleAttribute |
RoleAttribute.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RoleAttribute |
RoleAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RoleAttribute |
RoleAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RoleAttribute |
RoleAttribute.Factory.parse(XMLStreamReader sr) |
static RoleAttribute |
RoleAttribute.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
RoleAttributeImpl
A document containing one role(@http://www.w3.org/2003/05/soap-envelope) attribute.
|
Copyright © 2019. All Rights Reserved.