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

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

Uses of InterfaceDocument in net.opengis.sensorML.x10
 

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

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

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



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