Uses of Interface
net.opengis.ogc.BeyondDocument

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

Uses of BeyondDocument in net.opengis.ogc
 

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

Uses of BeyondDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement BeyondDocument
 class BeyondDocumentImpl
          A document containing one Beyond(@http://www.opengis.net/ogc) element.
 



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