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