Uses of Interface
net.opengis.ogc.OrDocument

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

Uses of OrDocument in net.opengis.ogc
 

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

Uses of OrDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement OrDocument
 class OrDocumentImpl
          A document containing one Or(@http://www.opengis.net/ogc) element.
 



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