Uses of Interface
net.opengis.eml.x001.SimplePatternDocument

Packages that use SimplePatternDocument
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of SimplePatternDocument in net.opengis.eml.x001
 

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

Uses of SimplePatternDocument in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement SimplePatternDocument
 class SimplePatternDocumentImpl
          A document containing one SimplePattern(@http://www.opengis.net/eml/0.0.1) element.
 



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