Uses of Interface
net.opengis.ogc.AddDocument

Packages that use AddDocument
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of AddDocument in net.opengis.ogc
 

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

Uses of AddDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement AddDocument
 class AddDocumentImpl
          A document containing one Add(@http://www.opengis.net/ogc) element.
 



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