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

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

Uses of ArrayLinkDocument in net.opengis.sensorML.x10
 

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

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

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



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