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

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

Uses of InterfacesDocument in net.opengis.sensorML.x10
 

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

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

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



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