| Package | Description |
|---|---|
| org.oasisOpen.docs.wsrf.rl2 | |
| org.oasisOpen.docs.wsrf.rl2.impl |
| Modifier and Type | Method and Description |
|---|---|
static CurrentTimeDocument |
CurrentTimeDocument.Factory.newInstance() |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(File file) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(InputStream is) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(Node node) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(Reader r) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(String xmlAsString) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(URL u) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(XMLStreamReader sr) |
static CurrentTimeDocument |
CurrentTimeDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
CurrentTimeDocumentImpl
A document containing one CurrentTime(@http://docs.oasis-open.org/wsrf/rl-2) element.
|
Copyright © 2018 52north.org. All rights reserved.