Uses of Interface
net.opengis.wms.PostDocument

Packages that use PostDocument
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of PostDocument in net.opengis.wms
 

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

Uses of PostDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement PostDocument
 class PostDocumentImpl
          A document containing one Post(@http://www.opengis.net/wms) element.
 



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