|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleDocument | |
---|---|
org.apache.geronimo.deployment.xbeans | |
org.apache.geronimo.deployment.xbeans.impl |
Uses of ModuleDocument in org.apache.geronimo.deployment.xbeans |
---|
Methods in org.apache.geronimo.deployment.xbeans that return ModuleDocument | |
---|---|
static ModuleDocument |
ModuleDocument.Factory.newInstance()
|
static ModuleDocument |
ModuleDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ModuleDocument |
ModuleDocument.Factory.parse(File file)
|
static ModuleDocument |
ModuleDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ModuleDocument |
ModuleDocument.Factory.parse(InputStream is)
|
static ModuleDocument |
ModuleDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ModuleDocument |
ModuleDocument.Factory.parse(Node node)
|
static ModuleDocument |
ModuleDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ModuleDocument |
ModuleDocument.Factory.parse(Reader r)
|
static ModuleDocument |
ModuleDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ModuleDocument |
ModuleDocument.Factory.parse(String xmlAsString)
|
static ModuleDocument |
ModuleDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ModuleDocument |
ModuleDocument.Factory.parse(URL u)
|
static ModuleDocument |
ModuleDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ModuleDocument |
ModuleDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ModuleDocument |
ModuleDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ModuleDocument |
ModuleDocument.Factory.parse(XMLStreamReader sr)
|
static ModuleDocument |
ModuleDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of ModuleDocument in org.apache.geronimo.deployment.xbeans.impl |
---|
Classes in org.apache.geronimo.deployment.xbeans.impl that implement ModuleDocument | |
---|---|
class |
ModuleDocumentImpl
A document containing one module(@http://geronimo.apache.org/xml/ns/deployment-1.2) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |