Uses of Interface
net.opengis.eml.x001.SelectFunctionDocument

Packages that use SelectFunctionDocument
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of SelectFunctionDocument in net.opengis.eml.x001
 

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

Uses of SelectFunctionDocument in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement SelectFunctionDocument
 class SelectFunctionDocumentImpl
          A document containing one SelectFunction(@http://www.opengis.net/eml/0.0.1) element.
 



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