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

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

Uses of MethodDocument in net.opengis.sensorML.x10
 

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

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

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



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