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

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

Uses of ContactListDocument in net.opengis.sensorML.x10
 

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

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

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



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