| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyDocument.addNewProperty()
Appends and returns a new empty "Property" element
|
PropertyType |
UpdateType.addNewProperty()
Appends and returns a new empty value (as xml) as the last "Property" element
|
PropertyType |
PropertyDocument.getProperty()
Gets the "Property" element
|
PropertyType[] |
UpdateType.getPropertyArray()
Gets array of all "Property" elements
|
PropertyType |
UpdateType.getPropertyArray(int i)
Gets ith "Property" element
|
PropertyType |
UpdateType.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "Property" element
|
static PropertyType |
PropertyType.Factory.newInstance() |
static PropertyType |
PropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(File file) |
static PropertyType |
PropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(InputStream is) |
static PropertyType |
PropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(Node node) |
static PropertyType |
PropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(Reader r) |
static PropertyType |
PropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(String xmlAsString) |
static PropertyType |
PropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(URL u) |
static PropertyType |
PropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PropertyType |
PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PropertyType |
PropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PropertyType |
PropertyType.Factory.parse(XMLStreamReader sr) |
static PropertyType |
PropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDocument.setProperty(PropertyType property)
Sets the "Property" element
|
void |
UpdateType.setPropertyArray(int i,
PropertyType property)
Sets ith "Property" element
|
void |
UpdateType.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "Property" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyTypeImpl
An XML PropertyType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
UpdateTypeImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "Property" element
|
PropertyType |
PropertyDocumentImpl.addNewProperty()
Appends and returns a new empty "Property" element
|
PropertyType |
PropertyDocumentImpl.getProperty()
Gets the "Property" element
|
PropertyType[] |
UpdateTypeImpl.getPropertyArray()
Gets array of all "Property" elements
|
PropertyType |
UpdateTypeImpl.getPropertyArray(int i)
Gets ith "Property" element
|
PropertyType |
UpdateTypeImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "Property" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDocumentImpl.setProperty(PropertyType property)
Sets the "Property" element
|
void |
UpdateTypeImpl.setPropertyArray(int i,
PropertyType property)
Sets ith "Property" element
|
void |
UpdateTypeImpl.setPropertyArray(PropertyType[] propertyArray)
Sets array of all "Property" element
|
Copyright © 2016 52north.org. All rights reserved.