| Package | Description |
|---|---|
| net.opengis.pubsub.x10 | |
| net.opengis.pubsub.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
CreatePublicationType |
CreatePublicationDocument.addNewCreatePublication()
Appends and returns a new empty "CreatePublication" element
|
CreatePublicationType |
CreatePublicationDocument.getCreatePublication()
Gets the "CreatePublication" element
|
static CreatePublicationType |
CreatePublicationType.Factory.newInstance() |
static CreatePublicationType |
CreatePublicationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(File file) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(InputStream is) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(Node node) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(Reader r) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(String xmlAsString) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(URL u) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CreatePublicationType |
CreatePublicationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CreatePublicationType |
CreatePublicationType.Factory.parse(XMLStreamReader sr) |
static CreatePublicationType |
CreatePublicationType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePublicationDocument.setCreatePublication(CreatePublicationType createPublication)
Sets the "CreatePublication" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreatePublicationTypeImpl
An XML CreatePublicationType(@http://www.opengis.net/pubsub/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
CreatePublicationType |
CreatePublicationDocumentImpl.addNewCreatePublication()
Appends and returns a new empty "CreatePublication" element
|
CreatePublicationType |
CreatePublicationDocumentImpl.getCreatePublication()
Gets the "CreatePublication" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePublicationDocumentImpl.setCreatePublication(CreatePublicationType createPublication)
Sets the "CreatePublication" element
|
Copyright © 2017 52north.org. All rights reserved.