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