Package | Description |
---|---|
net.java.dev.wadl.x2009.x02 | |
net.java.dev.wadl.x2009.x02.impl |
Modifier and Type | Method and Description |
---|---|
static ApplicationDocument |
ApplicationDocument.Factory.newInstance() |
static ApplicationDocument |
ApplicationDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(File file) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(InputStream is) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(Node node) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(Reader r) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(String xmlAsString) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(URL u) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ApplicationDocument |
ApplicationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ApplicationDocument |
ApplicationDocument.Factory.parse(XMLStreamReader sr) |
static ApplicationDocument |
ApplicationDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationDocumentImpl
A document containing one application(@http://wadl.dev.java.net/2009/02) element.
|
Copyright © 2019. All Rights Reserved.