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

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

Uses of CharacteristicsDocument in net.opengis.sensorML.x10
 

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

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

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



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