Uses of Interface
org.apache.geronimo.xbeans.geronimo.j2ee.GerApplicationDocument

Packages that use GerApplicationDocument
org.apache.geronimo.xbeans.geronimo.j2ee   
org.apache.geronimo.xbeans.geronimo.j2ee.impl   
 

Uses of GerApplicationDocument in org.apache.geronimo.xbeans.geronimo.j2ee
 

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

Uses of GerApplicationDocument in org.apache.geronimo.xbeans.geronimo.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.j2ee.impl that implement GerApplicationDocument
 class GerApplicationDocumentImpl
          A document containing one application(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0) element.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.