Uses of Interface
net.opengis.swes.x20.AbstractContentsDocument

Packages that use AbstractContentsDocument
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
 

Uses of AbstractContentsDocument in net.opengis.swes.x20
 

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

Uses of AbstractContentsDocument in net.opengis.swes.x20.impl
 

Classes in net.opengis.swes.x20.impl that implement AbstractContentsDocument
 class AbstractContentsDocumentImpl
          A document containing one AbstractContents(@http://www.opengis.net/swes/2.0) element.
 



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