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

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

Uses of OnlineResourceDocument in net.opengis.sensorML.x10
 

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

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

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



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