Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.jetty.config.GerJettyDocument

Packages that use GerJettyDocument
org.apache.geronimo.xbeans.geronimo.web.jetty.config   
org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl   
 

Uses of GerJettyDocument in org.apache.geronimo.xbeans.geronimo.web.jetty.config
 

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

Uses of GerJettyDocument in org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.web.jetty.config.impl that implement GerJettyDocument
 class GerJettyDocumentImpl
          A document containing one jetty(@http://geronimo.apache.org/xml/ns/web/jetty/config-1.0.1) element.
 



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