Uses of Interface
net.opengis.wms.MaxWidthDocument

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

Uses of MaxWidthDocument in net.opengis.wms
 

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

Uses of MaxWidthDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement MaxWidthDocument
 class MaxWidthDocumentImpl
          A document containing one MaxWidth(@http://www.opengis.net/wms) element.
 



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