Uses of Interface
net.opengis.ogc.SubDocument

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

Uses of SubDocument in net.opengis.ogc
 

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

Uses of SubDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement SubDocument
 class SubDocumentImpl
          A document containing one Sub(@http://www.opengis.net/ogc) element.
 



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