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

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

Uses of SchematronDocument in net.opengis.sensorML.x10
 

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

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

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



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