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

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

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ApplicationDocument
 class ApplicationDocumentImpl
          A document containing one application(@http://java.sun.com/xml/ns/j2ee) element.
 



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