| Package | Description |
|---|---|
| org.apache.xml.xmlbeans.x2004.x02.xbean.config | |
| org.apache.xml.xmlbeans.x2004.x02.xbean.config.impl |
| Modifier and Type | Method and Description |
|---|---|
Nsconfig |
ConfigDocument.Config.addNewNamespace()
Appends and returns a new empty value (as xml) as the last "namespace" element
|
Nsconfig[] |
ConfigDocument.Config.getNamespaceArray()
Gets array of all "namespace" elements
|
Nsconfig |
ConfigDocument.Config.getNamespaceArray(int i)
Gets ith "namespace" element
|
Nsconfig |
ConfigDocument.Config.insertNewNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "namespace" element
|
static Nsconfig |
Nsconfig.Factory.newInstance() |
static Nsconfig |
Nsconfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Nsconfig |
Nsconfig.Factory.parse(File file) |
static Nsconfig |
Nsconfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Nsconfig |
Nsconfig.Factory.parse(InputStream is) |
static Nsconfig |
Nsconfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Nsconfig |
Nsconfig.Factory.parse(Node node) |
static Nsconfig |
Nsconfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Nsconfig |
Nsconfig.Factory.parse(Reader r) |
static Nsconfig |
Nsconfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Nsconfig |
Nsconfig.Factory.parse(String xmlAsString) |
static Nsconfig |
Nsconfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Nsconfig |
Nsconfig.Factory.parse(URL u) |
static Nsconfig |
Nsconfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Nsconfig |
Nsconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Nsconfig |
Nsconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Nsconfig |
Nsconfig.Factory.parse(XMLStreamReader sr) |
static Nsconfig |
Nsconfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigDocument.Config.setNamespaceArray(int i,
Nsconfig namespace)
Sets ith "namespace" element
|
void |
ConfigDocument.Config.setNamespaceArray(Nsconfig[] namespaceArray)
Sets array of all "namespace" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
NsconfigImpl
An XML nsconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
|
| Modifier and Type | Method and Description |
|---|---|
Nsconfig |
ConfigDocumentImpl.ConfigImpl.addNewNamespace()
Appends and returns a new empty value (as xml) as the last "namespace" element
|
Nsconfig[] |
ConfigDocumentImpl.ConfigImpl.getNamespaceArray()
Gets array of all "namespace" elements
|
Nsconfig |
ConfigDocumentImpl.ConfigImpl.getNamespaceArray(int i)
Gets ith "namespace" element
|
Nsconfig |
ConfigDocumentImpl.ConfigImpl.insertNewNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "namespace" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigDocumentImpl.ConfigImpl.setNamespaceArray(int i,
Nsconfig namespace)
Sets ith "namespace" element
|
void |
ConfigDocumentImpl.ConfigImpl.setNamespaceArray(Nsconfig[] namespaceArray)
Sets array of all "namespace" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.