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

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

Uses of ContactInfoDocument in net.opengis.sensorML.x10
 

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

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

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



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