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