| Package | Description |
|---|---|
| net.opengis.wms | |
| net.opengis.wms.impl |
| Modifier and Type | Method and Description |
|---|---|
static ContactPersonDocument |
ContactPersonDocument.Factory.newInstance() |
static ContactPersonDocument |
ContactPersonDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(File file) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(InputStream is) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(Node node) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(Reader r) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(String xmlAsString) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(URL u) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(XMLStreamReader sr) |
static ContactPersonDocument |
ContactPersonDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactPersonDocumentImpl
A document containing one ContactPerson(@http://www.opengis.net/wms) element.
|
Copyright © 2015 52north.org. All rights reserved.