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

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

Uses of ProcessChainDocument in net.opengis.sensorML.x10
 

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

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

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



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