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

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

Uses of LinkDocument in net.opengis.sensorML.x10
 

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

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

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



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