Uses of Interface
net.opengis.ogc.NotDocument

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

Uses of NotDocument in net.opengis.ogc
 

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

Uses of NotDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement NotDocument
 class NotDocumentImpl
          A document containing one Not(@http://www.opengis.net/ogc) element.
 



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