|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigDocument | |
|---|---|
| org.apache.xml.xmlbeans.x2004.x02.xbean.config | |
| org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl | |
| Uses of ConfigDocument in org.apache.xml.xmlbeans.x2004.x02.xbean.config |
|---|
| Methods in org.apache.xml.xmlbeans.x2004.x02.xbean.config that return ConfigDocument | |
|---|---|
static ConfigDocument |
ConfigDocument.Factory.newInstance()
|
static ConfigDocument |
ConfigDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.io.File file)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.io.InputStream is)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigDocument |
ConfigDocument.Factory.parse(org.w3c.dom.Node node)
|
static ConfigDocument |
ConfigDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.io.Reader r)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.lang.String xmlAsString)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.net.URL u)
|
static ConfigDocument |
ConfigDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ConfigDocument |
ConfigDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ConfigDocument |
ConfigDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ConfigDocument |
ConfigDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ConfigDocument |
ConfigDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Uses of ConfigDocument in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl |
|---|
| Classes in org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl that implement ConfigDocument | |
|---|---|
class |
ConfigDocumentImpl
A document containing one config(@http://xml.apache.org/xmlbeans/2004/02/xbean/config) element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||