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

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

Uses of SystemDocument in net.opengis.sensorML.x10
 

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

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

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



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