Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
static RequiredAttribute |
RequiredAttribute.Factory.newInstance() |
static RequiredAttribute |
RequiredAttribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(File file) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(InputStream is) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(Node node) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(Reader r) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(String xmlAsString) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(URL u) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RequiredAttribute |
RequiredAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RequiredAttribute |
RequiredAttribute.Factory.parse(XMLStreamReader sr) |
static RequiredAttribute |
RequiredAttribute.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
RequiredAttributeImpl
A document containing one required(@http://schemas.xmlsoap.org/wsdl/) attribute.
|
Copyright © 2019. All Rights Reserved.