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