Uses of Interface
net.opengis.sensorML.x10.SecurityDocument

Packages that use SecurityDocument
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of SecurityDocument in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return SecurityDocument
static SecurityDocument SecurityDocument.Factory.newInstance()
           
static SecurityDocument SecurityDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SecurityDocument SecurityDocument.Factory.parse(File file)
           
static SecurityDocument SecurityDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SecurityDocument SecurityDocument.Factory.parse(InputStream is)
           
static SecurityDocument SecurityDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SecurityDocument SecurityDocument.Factory.parse(Node node)
           
static SecurityDocument SecurityDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SecurityDocument SecurityDocument.Factory.parse(Reader r)
           
static SecurityDocument SecurityDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SecurityDocument SecurityDocument.Factory.parse(String xmlAsString)
           
static SecurityDocument SecurityDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SecurityDocument SecurityDocument.Factory.parse(URL u)
           
static SecurityDocument SecurityDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SecurityDocument SecurityDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SecurityDocument SecurityDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SecurityDocument SecurityDocument.Factory.parse(XMLStreamReader sr)
           
static SecurityDocument SecurityDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of SecurityDocument in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement SecurityDocument
 class SecurityDocumentImpl
          A document containing one Security(@http://www.opengis.net/sensorML/1.0) element.
 



Copyright © 2004-2013 52north.org. All Rights Reserved.