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