| Package | Description |
|---|---|
| net.opengis.pubsub.x10 | |
| net.opengis.pubsub.x10.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DerivedPublicationType
An XML DerivedPublicationType(@http://www.opengis.net/pubsub/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
PublicationType |
PublicationsType.addNewPublication()
Appends and returns a new empty value (as xml) as the last "Publication" element
|
PublicationType |
PublicationDocument.addNewPublication()
Appends and returns a new empty "Publication" element
|
PublicationType |
PublicationDocument.getPublication()
Gets the "Publication" element
|
PublicationType[] |
PublicationsType.getPublicationArray()
Gets array of all "Publication" elements
|
PublicationType |
PublicationsType.getPublicationArray(int i)
Gets ith "Publication" element
|
PublicationType |
PublicationsType.insertNewPublication(int i)
Inserts and returns a new empty value (as xml) as the ith "Publication" element
|
static PublicationType |
PublicationType.Factory.newInstance() |
static PublicationType |
PublicationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PublicationType |
PublicationType.Factory.parse(File file) |
static PublicationType |
PublicationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PublicationType |
PublicationType.Factory.parse(InputStream is) |
static PublicationType |
PublicationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PublicationType |
PublicationType.Factory.parse(Node node) |
static PublicationType |
PublicationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PublicationType |
PublicationType.Factory.parse(Reader r) |
static PublicationType |
PublicationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PublicationType |
PublicationType.Factory.parse(String xmlAsString) |
static PublicationType |
PublicationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PublicationType |
PublicationType.Factory.parse(URL u) |
static PublicationType |
PublicationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PublicationType |
PublicationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PublicationType |
PublicationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PublicationType |
PublicationType.Factory.parse(XMLStreamReader sr) |
static PublicationType |
PublicationType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationDocument.setPublication(PublicationType publication)
Sets the "Publication" element
|
void |
PublicationsType.setPublicationArray(int i,
PublicationType publication)
Sets ith "Publication" element
|
void |
PublicationsType.setPublicationArray(PublicationType[] publicationArray)
Sets array of all "Publication" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedPublicationTypeImpl
An XML DerivedPublicationType(@http://www.opengis.net/pubsub/1.0).
|
class |
PublicationTypeImpl
An XML PublicationType(@http://www.opengis.net/pubsub/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
PublicationType |
PublicationsTypeImpl.addNewPublication()
Appends and returns a new empty value (as xml) as the last "Publication" element
|
PublicationType |
PublicationDocumentImpl.addNewPublication()
Appends and returns a new empty "Publication" element
|
PublicationType |
PublicationDocumentImpl.getPublication()
Gets the "Publication" element
|
PublicationType[] |
PublicationsTypeImpl.getPublicationArray()
Gets array of all "Publication" elements
|
PublicationType |
PublicationsTypeImpl.getPublicationArray(int i)
Gets ith "Publication" element
|
PublicationType |
PublicationsTypeImpl.insertNewPublication(int i)
Inserts and returns a new empty value (as xml) as the ith "Publication" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationDocumentImpl.setPublication(PublicationType publication)
Sets the "Publication" element
|
void |
PublicationsTypeImpl.setPublicationArray(int i,
PublicationType publication)
Sets ith "Publication" element
|
void |
PublicationsTypeImpl.setPublicationArray(PublicationType[] publicationArray)
Sets array of all "Publication" element
|
Copyright © 2017 52north.org. All rights reserved.