Uses of Interface
net.opengis.ogc.MulDocument

Packages that use MulDocument
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of MulDocument in net.opengis.ogc
 

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

Uses of MulDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement MulDocument
 class MulDocumentImpl
          A document containing one Mul(@http://www.opengis.net/ogc) element.
 



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