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

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

Uses of DocumentationDocument in net.opengis.sensorML.x10
 

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

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

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



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