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

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

Uses of UpdateDocument in net.opengis.sps.x20
 

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

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

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



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