| Package | Description |
|---|---|
| org.oasisOpen.docs.wsrf.sg2 | |
| org.oasisOpen.docs.wsrf.sg2.impl |
| Modifier and Type | Method and Description |
|---|---|
RPDocType |
ContentType.addNewRPDoc()
Appends and returns a new empty "RPDoc" element
|
RPDocType |
ContentType.getRPDoc()
Gets the "RPDoc" element
|
static RPDocType |
RPDocType.Factory.newInstance() |
static RPDocType |
RPDocType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RPDocType |
RPDocType.Factory.parse(File file) |
static RPDocType |
RPDocType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RPDocType |
RPDocType.Factory.parse(InputStream is) |
static RPDocType |
RPDocType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RPDocType |
RPDocType.Factory.parse(Node node) |
static RPDocType |
RPDocType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RPDocType |
RPDocType.Factory.parse(Reader r) |
static RPDocType |
RPDocType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RPDocType |
RPDocType.Factory.parse(String xmlAsString) |
static RPDocType |
RPDocType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RPDocType |
RPDocType.Factory.parse(URL u) |
static RPDocType |
RPDocType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RPDocType |
RPDocType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RPDocType |
RPDocType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RPDocType |
RPDocType.Factory.parse(XMLStreamReader sr) |
static RPDocType |
RPDocType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentType.setRPDoc(RPDocType rpDoc)
Sets the "RPDoc" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
RPDocTypeImpl
An XML RPDocType(@http://docs.oasis-open.org/wsrf/sg-2).
|
| Modifier and Type | Method and Description |
|---|---|
RPDocType |
ContentTypeImpl.addNewRPDoc()
Appends and returns a new empty "RPDoc" element
|
RPDocType |
ContentTypeImpl.getRPDoc()
Gets the "RPDoc" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentTypeImpl.setRPDoc(RPDocType rpDoc)
Sets the "RPDoc" element
|
Copyright © 2018 52north.org. All rights reserved.