|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ConfigDocument.Config
An XML config(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ConfigDocument.Config.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
Nsconfig[] 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |