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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return WebAppDocument
static WebAppDocument WebAppDocument.Factory.newInstance()
           
static WebAppDocument WebAppDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static WebAppDocument WebAppDocument.Factory.parse(String s)
           
static WebAppDocument WebAppDocument.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static WebAppDocument WebAppDocument.Factory.parse(File f)
           
static WebAppDocument WebAppDocument.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static WebAppDocument WebAppDocument.Factory.parse(URL u)
           
static WebAppDocument WebAppDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static WebAppDocument WebAppDocument.Factory.parse(InputStream is)
           
static WebAppDocument WebAppDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static WebAppDocument WebAppDocument.Factory.parse(Reader r)
           
static WebAppDocument WebAppDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static WebAppDocument WebAppDocument.Factory.parse(Node node)
           
static WebAppDocument WebAppDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static WebAppDocument WebAppDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static WebAppDocument WebAppDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement WebAppDocument
 class WebAppDocumentImpl
          A document containing one web-app(@http://java.sun.com/xml/ns/j2ee) element.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.