Uses of Interface
net.opengis.ogc.EqualsDocument

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

Uses of EqualsDocument in net.opengis.ogc
 

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

Uses of EqualsDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement EqualsDocument
 class EqualsDocumentImpl
          A document containing one Equals(@http://www.opengis.net/ogc) element.
 



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