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