Uses of Interface
net.opengis.sps.x20.TaskDocument

Packages that use TaskDocument
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of TaskDocument in net.opengis.sps.x20
 

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

Uses of TaskDocument in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement TaskDocument
 class TaskDocumentImpl
          A document containing one Task(@http://www.opengis.net/sps/2.0) element.
 



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