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