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