Uses of Interface
org.apache.geronimo.deployment.xbeans.DependenciesDocument

Packages that use DependenciesDocument
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of DependenciesDocument in org.apache.geronimo.deployment.xbeans
 

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

Uses of DependenciesDocument in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement DependenciesDocument
 class DependenciesDocumentImpl
          A document containing one dependencies(@http://geronimo.apache.org/xml/ns/deployment-1.2) element.
 



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