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

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

Uses of ComponentDocument in net.opengis.sensorML.x10
 

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

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

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



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