Uses of Interface
net.opengis.wms.StyleSheetURLDocument

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

Uses of StyleSheetURLDocument in net.opengis.wms
 

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

Uses of StyleSheetURLDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement StyleSheetURLDocument
 class StyleSheetURLDocumentImpl
          A document containing one StyleSheetURL(@http://www.opengis.net/wms) element.
 



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