Uses of Interface
net.opengis.swes.x20.NotificationProducerMetadataDocument

Packages that use NotificationProducerMetadataDocument
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
 

Uses of NotificationProducerMetadataDocument in net.opengis.swes.x20
 

Subinterfaces of NotificationProducerMetadataDocument in net.opengis.swes.x20
 interface NotificationBrokerMetadataDocument
          A document containing one NotificationBrokerMetadata(@http://www.opengis.net/swes/2.0) element.
 

Methods in net.opengis.swes.x20 that return NotificationProducerMetadataDocument
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.newInstance()
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(File file)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(InputStream is)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(Node node)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(Reader r)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(String xmlAsString)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(URL u)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(XMLStreamReader sr)
           
static NotificationProducerMetadataDocument NotificationProducerMetadataDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of NotificationProducerMetadataDocument in net.opengis.swes.x20.impl
 

Classes in net.opengis.swes.x20.impl that implement NotificationProducerMetadataDocument
 class NotificationBrokerMetadataDocumentImpl
          A document containing one NotificationBrokerMetadata(@http://www.opengis.net/swes/2.0) element.
 class NotificationProducerMetadataDocumentImpl
          A document containing one NotificationProducerMetadata(@http://www.opengis.net/swes/2.0) element.
 



Copyright © 2004-2012 52north.org. All Rights Reserved.