Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppDocument

Packages that use JettyWebAppDocument
org.apache.geronimo.xbeans.geronimo.web.jetty   
org.apache.geronimo.xbeans.geronimo.web.jetty.impl   
 

Uses of JettyWebAppDocument in org.apache.geronimo.xbeans.geronimo.web.jetty
 

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

Uses of JettyWebAppDocument in org.apache.geronimo.xbeans.geronimo.web.jetty.impl
 

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



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