| Package | Description |
|---|---|
| net.opengis.gml.x33.lr | |
| net.opengis.gml.x33.lr.impl |
| Modifier and Type | Method and Description |
|---|---|
static LinearElementDocument |
LinearElementDocument.Factory.newInstance() |
static LinearElementDocument |
LinearElementDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.io.File file) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.io.InputStream is) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(org.w3c.dom.Node node) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.io.Reader r) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.lang.String xmlAsString) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.net.URL u) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LinearElementDocument |
LinearElementDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LinearElementDocument |
LinearElementDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static LinearElementDocument |
LinearElementDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearElementDocumentImpl
A document containing one LinearElement(@http://www.opengis.net/gml/3.3/lr) element.
|
Copyright © 2015–2018 52north.org. All rights reserved.