| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
TupleType |
TupleDocument.addNewTuple()
Appends and returns a new empty "Tuple" element
|
TupleType |
MemberPropertyType.addNewTuple()
Appends and returns a new empty "Tuple" element
|
TupleType |
TupleDocument.getTuple()
Gets the "Tuple" element
|
TupleType |
MemberPropertyType.getTuple()
Gets the "Tuple" element
|
static TupleType |
TupleType.Factory.newInstance() |
static TupleType |
TupleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TupleType |
TupleType.Factory.parse(File file) |
static TupleType |
TupleType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TupleType |
TupleType.Factory.parse(InputStream is) |
static TupleType |
TupleType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TupleType |
TupleType.Factory.parse(Node node) |
static TupleType |
TupleType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TupleType |
TupleType.Factory.parse(Reader r) |
static TupleType |
TupleType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TupleType |
TupleType.Factory.parse(String xmlAsString) |
static TupleType |
TupleType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TupleType |
TupleType.Factory.parse(URL u) |
static TupleType |
TupleType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TupleType |
TupleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TupleType |
TupleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TupleType |
TupleType.Factory.parse(XMLStreamReader sr) |
static TupleType |
TupleType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleDocument.setTuple(TupleType tuple)
Sets the "Tuple" element
|
void |
MemberPropertyType.setTuple(TupleType tuple)
Sets the "Tuple" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TupleTypeImpl
An XML TupleType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
TupleType |
TupleDocumentImpl.addNewTuple()
Appends and returns a new empty "Tuple" element
|
TupleType |
MemberPropertyTypeImpl.addNewTuple()
Appends and returns a new empty "Tuple" element
|
TupleType |
TupleDocumentImpl.getTuple()
Gets the "Tuple" element
|
TupleType |
MemberPropertyTypeImpl.getTuple()
Gets the "Tuple" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TupleDocumentImpl.setTuple(TupleType tuple)
Sets the "Tuple" element
|
void |
MemberPropertyTypeImpl.setTuple(TupleType tuple)
Sets the "Tuple" element
|
Copyright © 2016 52north.org. All rights reserved.