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