Uses of Interface
net.opengis.ogc.PropertyIsNullDocument

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

Uses of PropertyIsNullDocument in net.opengis.ogc
 

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

Uses of PropertyIsNullDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement PropertyIsNullDocument
 class PropertyIsNullDocumentImpl
          A document containing one PropertyIsNull(@http://www.opengis.net/ogc) element.
 



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