Uses of Interface
net.opengis.wms.StyleDocument

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

Uses of StyleDocument in net.opengis.wms
 

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

Uses of StyleDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement StyleDocument
 class StyleDocumentImpl
          A document containing one Style(@http://www.opengis.net/wms) element.
 



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