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