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

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

Uses of MeaningDocument in net.opengis.ows.x11
 

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

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

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



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