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