| Package | Description |
|---|---|
| net.opengis.wcs.x11 | |
| net.opengis.wcs.x11.impl |
| Modifier and Type | Method and Description |
|---|---|
static ContentsDocument |
ContentsDocument.Factory.newInstance() |
static ContentsDocument |
ContentsDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ContentsDocument |
ContentsDocument.Factory.parse(File file) |
static ContentsDocument |
ContentsDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ContentsDocument |
ContentsDocument.Factory.parse(InputStream is) |
static ContentsDocument |
ContentsDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ContentsDocument |
ContentsDocument.Factory.parse(Node node) |
static ContentsDocument |
ContentsDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ContentsDocument |
ContentsDocument.Factory.parse(Reader r) |
static ContentsDocument |
ContentsDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ContentsDocument |
ContentsDocument.Factory.parse(String xmlAsString) |
static ContentsDocument |
ContentsDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ContentsDocument |
ContentsDocument.Factory.parse(URL u) |
static ContentsDocument |
ContentsDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ContentsDocument |
ContentsDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ContentsDocument |
ContentsDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ContentsDocument |
ContentsDocument.Factory.parse(XMLStreamReader sr) |
static ContentsDocument |
ContentsDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentsDocumentImpl
A document containing one Contents(@http://www.opengis.net/wcs/1.1) element.
|
Copyright © 2017 52north.org. All rights reserved.