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