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