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