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