| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
UpdateType |
UpdateDocument.addNewUpdate()
Appends and returns a new empty "Update" element
|
UpdateType |
UpdateDocument.getUpdate()
Gets the "Update" element
|
static UpdateType |
UpdateType.Factory.newInstance() |
static UpdateType |
UpdateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(File file) |
static UpdateType |
UpdateType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(InputStream is) |
static UpdateType |
UpdateType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(Node node) |
static UpdateType |
UpdateType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(Reader r) |
static UpdateType |
UpdateType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(String xmlAsString) |
static UpdateType |
UpdateType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(URL u) |
static UpdateType |
UpdateType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static UpdateType |
UpdateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static UpdateType |
UpdateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static UpdateType |
UpdateType.Factory.parse(XMLStreamReader sr) |
static UpdateType |
UpdateType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDocument.setUpdate(UpdateType update)
Sets the "Update" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateTypeImpl
An XML UpdateType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateType |
UpdateDocumentImpl.addNewUpdate()
Appends and returns a new empty "Update" element
|
UpdateType |
UpdateDocumentImpl.getUpdate()
Gets the "Update" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDocumentImpl.setUpdate(UpdateType update)
Sets the "Update" element
|
Copyright © 2016 52north.org. All rights reserved.