Uses of Interface
net.opengis.wms.AbstractDocument

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

Uses of AbstractDocument in net.opengis.wms
 

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

Uses of AbstractDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement AbstractDocument
 class AbstractDocumentImpl
          A document containing one Abstract(@http://www.opengis.net/wms) element.
 



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