Uses of Interface
net.opengis.ogc.NotDocument
-
Packages that use NotDocument Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of NotDocument in net.opengis.ogc
Methods in net.opengis.ogc that return NotDocument Modifier and Type Method Description static NotDocumentNotDocument.Factory. newInstance()static NotDocumentNotDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NotDocumentNotDocument.Factory. parse(File file)static NotDocumentNotDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NotDocumentNotDocument.Factory. parse(InputStream is)static NotDocumentNotDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NotDocumentNotDocument.Factory. parse(Reader r)static NotDocumentNotDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NotDocumentNotDocument.Factory. parse(String xmlAsString)static NotDocumentNotDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NotDocumentNotDocument.Factory. parse(URL u)static NotDocumentNotDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NotDocumentNotDocument.Factory. parse(XMLStreamReader sr)static NotDocumentNotDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NotDocumentNotDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NotDocumentNotDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NotDocumentNotDocument.Factory. parse(Node node)static NotDocumentNotDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of NotDocument in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement NotDocument Modifier and Type Class Description classNotDocumentImplA document containing one Not(@http://www.opengis.net/ogc) element.
-