Uses of Interface
net.opengis.ows.x11.DefaultValueDocument

Packages that use DefaultValueDocument
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of DefaultValueDocument in net.opengis.ows.x11
 

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

Uses of DefaultValueDocument in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement DefaultValueDocument
 class DefaultValueDocumentImpl
          A document containing one DefaultValue(@http://www.opengis.net/ows/1.1) element.
 



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