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