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

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

Uses of AbstractComponentType in net.opengis.sensorML.x10
 

Subinterfaces of AbstractComponentType in net.opengis.sensorML.x10
 interface ComponentType
          An XML ComponentType(@http://www.opengis.net/sensorML/1.0).
 interface SystemType
          An XML SystemType(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10 that return AbstractComponentType
static AbstractComponentType AbstractComponentType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static AbstractComponentType AbstractComponentType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static AbstractComponentType AbstractComponentType.Factory.parse(File file)
           
static AbstractComponentType AbstractComponentType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AbstractComponentType AbstractComponentType.Factory.parse(InputStream is)
           
static AbstractComponentType AbstractComponentType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AbstractComponentType AbstractComponentType.Factory.parse(Node node)
           
static AbstractComponentType AbstractComponentType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AbstractComponentType AbstractComponentType.Factory.parse(Reader r)
           
static AbstractComponentType AbstractComponentType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AbstractComponentType AbstractComponentType.Factory.parse(String xmlAsString)
           
static AbstractComponentType AbstractComponentType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AbstractComponentType AbstractComponentType.Factory.parse(URL u)
           
static AbstractComponentType AbstractComponentType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AbstractComponentType AbstractComponentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AbstractComponentType AbstractComponentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AbstractComponentType AbstractComponentType.Factory.parse(XMLStreamReader sr)
           
static AbstractComponentType AbstractComponentType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in net.opengis.sensorML.x10.impl that implement AbstractComponentType
 class AbstractComponentTypeImpl
          An XML AbstractComponentType(@http://www.opengis.net/sensorML/1.0).
 class ComponentTypeImpl
          An XML ComponentType(@http://www.opengis.net/sensorML/1.0).
 class SystemTypeImpl
          An XML SystemType(@http://www.opengis.net/sensorML/1.0).
 



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