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

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

Uses of RuleLanguageDocument in net.opengis.sensorML.x10
 

Subinterfaces of RuleLanguageDocument in net.opengis.sensorML.x10
 interface RelaxNGDocument
          A document containing one relaxNG(@http://www.opengis.net/sensorML/1.0) element.
 interface SchematronDocument
          A document containing one schematron(@http://www.opengis.net/sensorML/1.0) element.
 

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

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

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



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