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

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

Uses of ComponentsDocument in net.opengis.sensorML.x10
 

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

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

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



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