Uses of Interface
net.opengis.sensorML.x10.EventListDocument

Packages that use EventListDocument
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of EventListDocument in net.opengis.sensorML.x10
 

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

Uses of EventListDocument in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement EventListDocument
 class EventListDocumentImpl
          A document containing one EventList(@http://www.opengis.net/sensorML/1.0) element.
 



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