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