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

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

Uses of RelaxNGDocument in net.opengis.sensorML.x10
 

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

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

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



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