Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.GerWebAppDocument

Packages that use GerWebAppDocument
org.apache.geronimo.xbeans.geronimo.web   
org.apache.geronimo.xbeans.geronimo.web.impl   
 

Uses of GerWebAppDocument in org.apache.geronimo.xbeans.geronimo.web
 

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

Uses of GerWebAppDocument in org.apache.geronimo.xbeans.geronimo.web.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.web.impl that implement GerWebAppDocument
 class GerWebAppDocumentImpl
          A document containing one web-app(@http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1) element.
 



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