| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
ViewType |
ViewDocument.addNewView()
Appends and returns a new empty "View" element
|
ViewType |
AbstractViewPatternType.addNewView()
Appends and returns a new empty "View" element
|
ViewType |
ViewDocument.getView()
Gets the "View" element
|
ViewType |
AbstractViewPatternType.getView()
Gets the "View" element
|
static ViewType |
ViewType.Factory.newInstance() |
static ViewType |
ViewType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ViewType |
ViewType.Factory.parse(java.io.File file) |
static ViewType |
ViewType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static ViewType |
ViewType.Factory.parse(java.io.InputStream is) |
static ViewType |
ViewType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ViewType |
ViewType.Factory.parse(org.w3c.dom.Node node) |
static ViewType |
ViewType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static ViewType |
ViewType.Factory.parse(java.io.Reader r) |
static ViewType |
ViewType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ViewType |
ViewType.Factory.parse(java.lang.String xmlAsString) |
static ViewType |
ViewType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ViewType |
ViewType.Factory.parse(java.net.URL u) |
static ViewType |
ViewType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static ViewType |
ViewType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ViewType |
ViewType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ViewType |
ViewType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static ViewType |
ViewType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDocument.setView(ViewType view)
Sets the "View" element
|
void |
AbstractViewPatternType.setView(ViewType view)
Sets the "View" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewTypeImpl
An XML ViewType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
ViewType |
AbstractViewPatternTypeImpl.addNewView()
Appends and returns a new empty "View" element
|
ViewType |
ViewDocumentImpl.addNewView()
Appends and returns a new empty "View" element
|
ViewType |
AbstractViewPatternTypeImpl.getView()
Gets the "View" element
|
ViewType |
ViewDocumentImpl.getView()
Gets the "View" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractViewPatternTypeImpl.setView(ViewType view)
Sets the "View" element
|
void |
ViewDocumentImpl.setView(ViewType view)
Sets the "View" element
|
Copyright © 2015–2018 52north.org. All rights reserved.