Uses of Interface
net.opengis.ogc.AndDocument

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

Uses of AndDocument in net.opengis.ogc
 

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

Uses of AndDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement AndDocument
 class AndDocumentImpl
          A document containing one And(@http://www.opengis.net/ogc) element.
 



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