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