Package | Description |
---|---|
net.java.dev.wadl.x2009.x02 | |
net.java.dev.wadl.x2009.x02.impl |
Modifier and Type | Method and Description |
---|---|
static ParamStyle |
ParamStyle.Factory.newInstance() |
static ParamStyle |
ParamStyle.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ParamStyle |
ParamStyle.Factory.newValue(Object obj) |
static ParamStyle |
ParamStyle.Factory.parse(File file) |
static ParamStyle |
ParamStyle.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ParamStyle |
ParamStyle.Factory.parse(InputStream is) |
static ParamStyle |
ParamStyle.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ParamStyle |
ParamStyle.Factory.parse(Node node) |
static ParamStyle |
ParamStyle.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ParamStyle |
ParamStyle.Factory.parse(Reader r) |
static ParamStyle |
ParamStyle.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ParamStyle |
ParamStyle.Factory.parse(String xmlAsString) |
static ParamStyle |
ParamStyle.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ParamStyle |
ParamStyle.Factory.parse(URL u) |
static ParamStyle |
ParamStyle.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ParamStyle |
ParamStyle.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ParamStyle |
ParamStyle.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ParamStyle |
ParamStyle.Factory.parse(XMLStreamReader sr) |
static ParamStyle |
ParamStyle.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
ParamStyle |
ParamDocument.Param.xgetStyle()
Gets (as xml) the "style" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
ParamDocument.Param.xsetStyle(ParamStyle style)
Sets (as xml) the "style" attribute
|
Modifier and Type | Class and Description |
---|---|
class |
ParamStyleImpl
An XML ParamStyle(@http://wadl.dev.java.net/2009/02).
|
Modifier and Type | Method and Description |
---|---|
ParamStyle |
ParamDocumentImpl.ParamImpl.xgetStyle()
Gets (as xml) the "style" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
ParamDocumentImpl.ParamImpl.xsetStyle(ParamStyle style)
Sets (as xml) the "style" attribute
|
Copyright © 2019. All Rights Reserved.