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

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

Uses of ContactDocument in net.opengis.sensorML.x10
 

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

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

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



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