| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ElementType |
ExtendedDescriptionType.addNewElement()
Appends and returns a new empty value (as xml) as the last "Element" element
|
ElementType |
ElementDocument.addNewElement()
Appends and returns a new empty "Element" element
|
ElementType |
ElementDocument.getElement()
Gets the "Element" element
|
ElementType[] |
ExtendedDescriptionType.getElementArray()
Gets array of all "Element" elements
|
ElementType |
ExtendedDescriptionType.getElementArray(int i)
Gets ith "Element" element
|
ElementType |
ExtendedDescriptionType.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "Element" element
|
static ElementType |
ElementType.Factory.newInstance() |
static ElementType |
ElementType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ElementType |
ElementType.Factory.parse(File file) |
static ElementType |
ElementType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ElementType |
ElementType.Factory.parse(InputStream is) |
static ElementType |
ElementType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ElementType |
ElementType.Factory.parse(Node node) |
static ElementType |
ElementType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ElementType |
ElementType.Factory.parse(Reader r) |
static ElementType |
ElementType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ElementType |
ElementType.Factory.parse(String xmlAsString) |
static ElementType |
ElementType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ElementType |
ElementType.Factory.parse(URL u) |
static ElementType |
ElementType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ElementType |
ElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ElementType |
ElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ElementType |
ElementType.Factory.parse(XMLStreamReader sr) |
static ElementType |
ElementType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementDocument.setElement(ElementType element)
Sets the "Element" element
|
void |
ExtendedDescriptionType.setElementArray(ElementType[] elementArray)
Sets array of all "Element" element
|
void |
ExtendedDescriptionType.setElementArray(int i,
ElementType element)
Sets ith "Element" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementTypeImpl
An XML ElementType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ElementType |
ExtendedDescriptionTypeImpl.addNewElement()
Appends and returns a new empty value (as xml) as the last "Element" element
|
ElementType |
ElementDocumentImpl.addNewElement()
Appends and returns a new empty "Element" element
|
ElementType |
ElementDocumentImpl.getElement()
Gets the "Element" element
|
ElementType[] |
ExtendedDescriptionTypeImpl.getElementArray()
Gets array of all "Element" elements
|
ElementType |
ExtendedDescriptionTypeImpl.getElementArray(int i)
Gets ith "Element" element
|
ElementType |
ExtendedDescriptionTypeImpl.insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "Element" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementDocumentImpl.setElement(ElementType element)
Sets the "Element" element
|
void |
ExtendedDescriptionTypeImpl.setElementArray(ElementType[] elementArray)
Sets array of all "Element" element
|
void |
ExtendedDescriptionTypeImpl.setElementArray(int i,
ElementType element)
Sets ith "Element" element
|
Copyright © 2016 52north.org. All rights reserved.