| 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 |
|---|---|
Qnameconfig |
ConfigDocument.Config.addNewQname()
Appends and returns a new empty value (as xml) as the last "qname" element
|
Qnameconfig[] |
ConfigDocument.Config.getQnameArray()
Gets array of all "qname" elements
|
Qnameconfig |
ConfigDocument.Config.getQnameArray(int i)
Gets ith "qname" element
|
Qnameconfig |
ConfigDocument.Config.insertNewQname(int i)
Inserts and returns a new empty value (as xml) as the ith "qname" element
|
static Qnameconfig |
Qnameconfig.Factory.newInstance() |
static Qnameconfig |
Qnameconfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Qnameconfig |
Qnameconfig.Factory.parse(File file) |
static Qnameconfig |
Qnameconfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Qnameconfig |
Qnameconfig.Factory.parse(InputStream is) |
static Qnameconfig |
Qnameconfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Qnameconfig |
Qnameconfig.Factory.parse(Node node) |
static Qnameconfig |
Qnameconfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Qnameconfig |
Qnameconfig.Factory.parse(Reader r) |
static Qnameconfig |
Qnameconfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Qnameconfig |
Qnameconfig.Factory.parse(String xmlAsString) |
static Qnameconfig |
Qnameconfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Qnameconfig |
Qnameconfig.Factory.parse(URL u) |
static Qnameconfig |
Qnameconfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Qnameconfig |
Qnameconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Qnameconfig |
Qnameconfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Qnameconfig |
Qnameconfig.Factory.parse(XMLStreamReader sr) |
static Qnameconfig |
Qnameconfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigDocument.Config.setQnameArray(int i,
Qnameconfig qname)
Sets ith "qname" element
|
void |
ConfigDocument.Config.setQnameArray(Qnameconfig[] qnameArray)
Sets array of all "qname" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
QnameconfigImpl
An XML qnameconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
|
| Modifier and Type | Method and Description |
|---|---|
Qnameconfig |
ConfigDocumentImpl.ConfigImpl.addNewQname()
Appends and returns a new empty value (as xml) as the last "qname" element
|
Qnameconfig[] |
ConfigDocumentImpl.ConfigImpl.getQnameArray()
Gets array of all "qname" elements
|
Qnameconfig |
ConfigDocumentImpl.ConfigImpl.getQnameArray(int i)
Gets ith "qname" element
|
Qnameconfig |
ConfigDocumentImpl.ConfigImpl.insertNewQname(int i)
Inserts and returns a new empty value (as xml) as the ith "qname" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigDocumentImpl.ConfigImpl.setQnameArray(int i,
Qnameconfig qname)
Sets ith "qname" element
|
void |
ConfigDocumentImpl.ConfigImpl.setQnameArray(Qnameconfig[] qnameArray)
Sets array of all "qname" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.