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

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

Uses of PersonDocument in net.opengis.sensorML.x10
 

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

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

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



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