public static interface ConfigDocument.Config
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigDocument.Config.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
Extensionconfig |
addNewExtension()
Appends and returns a new empty value (as xml) as the last "extension" element
|
Nsconfig |
addNewNamespace()
Appends and returns a new empty value (as xml) as the last "namespace" element
|
Qnameconfig |
addNewQname()
Appends and returns a new empty value (as xml) as the last "qname" element
|
Extensionconfig[] |
getExtensionArray()
Gets array of all "extension" elements
|
Extensionconfig |
getExtensionArray(int i)
Gets ith "extension" element
|
Nsconfig[] |
getNamespaceArray()
Gets array of all "namespace" elements
|
Nsconfig |
getNamespaceArray(int i)
Gets ith "namespace" element
|
Qnameconfig[] |
getQnameArray()
Gets array of all "qname" elements
|
Qnameconfig |
getQnameArray(int i)
Gets ith "qname" element
|
Extensionconfig |
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "extension" element
|
Nsconfig |
insertNewNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "namespace" element
|
Qnameconfig |
insertNewQname(int i)
Inserts and returns a new empty value (as xml) as the ith "qname" element
|
void |
removeExtension(int i)
Removes the ith "extension" element
|
void |
removeNamespace(int i)
Removes the ith "namespace" element
|
void |
removeQname(int i)
Removes the ith "qname" element
|
void |
setExtensionArray(Extensionconfig[] extensionArray)
Sets array of all "extension" element
|
void |
setExtensionArray(int i,
Extensionconfig extension)
Sets ith "extension" element
|
void |
setNamespaceArray(int i,
Nsconfig namespace)
Sets ith "namespace" element
|
void |
setNamespaceArray(Nsconfig[] namespaceArray)
Sets array of all "namespace" element
|
void |
setQnameArray(int i,
Qnameconfig qname)
Sets ith "qname" element
|
void |
setQnameArray(Qnameconfig[] qnameArray)
Sets array of all "qname" element
|
int |
sizeOfExtensionArray()
Returns number of "extension" element
|
int |
sizeOfNamespaceArray()
Returns number of "namespace" element
|
int |
sizeOfQnameArray()
Returns number of "qname" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextNsconfig[] getNamespaceArray()
Nsconfig getNamespaceArray(int i)
int sizeOfNamespaceArray()
void setNamespaceArray(Nsconfig[] namespaceArray)
void setNamespaceArray(int i,
Nsconfig namespace)
Nsconfig insertNewNamespace(int i)
Nsconfig addNewNamespace()
void removeNamespace(int i)
Qnameconfig[] getQnameArray()
Qnameconfig getQnameArray(int i)
int sizeOfQnameArray()
void setQnameArray(Qnameconfig[] qnameArray)
void setQnameArray(int i,
Qnameconfig qname)
Qnameconfig insertNewQname(int i)
Qnameconfig addNewQname()
void removeQname(int i)
Extensionconfig[] getExtensionArray()
Extensionconfig getExtensionArray(int i)
int sizeOfExtensionArray()
void setExtensionArray(Extensionconfig[] extensionArray)
void setExtensionArray(int i,
Extensionconfig extension)
Extensionconfig insertNewExtension(int i)
Extensionconfig addNewExtension()
void removeExtension(int i)
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.