Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.tomcat.TomcatWebAppDocument

Packages that use TomcatWebAppDocument
org.apache.geronimo.xbeans.geronimo.web.tomcat   
org.apache.geronimo.xbeans.geronimo.web.tomcat.impl   
 

Uses of TomcatWebAppDocument in org.apache.geronimo.xbeans.geronimo.web.tomcat
 

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

Uses of TomcatWebAppDocument in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl
 

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



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