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

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

Uses of ComplexPatternDocument in net.opengis.eml.x001
 

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

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

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



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