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

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

Uses of DocumentDocument in net.opengis.sensorML.x10
 

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

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

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



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