Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.tomcat.config.GerTomcatDocument

Packages that use GerTomcatDocument
org.apache.geronimo.xbeans.geronimo.web.tomcat.config   
org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl   
 

Uses of GerTomcatDocument in org.apache.geronimo.xbeans.geronimo.web.tomcat.config
 

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

Uses of GerTomcatDocument in org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.web.tomcat.config.impl that implement GerTomcatDocument
 class GerTomcatDocumentImpl
          A document containing one tomcat(@http://geronimo.apache.org/xml/ns/web/tomcat/config-1.0) element.
 



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