public interface PropsType extends CollectionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
PropsType.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 |
|---|---|
PropDocument.Prop |
addNewProp()
Appends and returns a new empty value (as xml) as the last "prop" element
|
PropDocument.Prop[] |
getPropArray()
Gets array of all "prop" elements
|
PropDocument.Prop |
getPropArray(int i)
Gets ith "prop" element
|
PropDocument.Prop |
insertNewProp(int i)
Inserts and returns a new empty value (as xml) as the ith "prop" element
|
void |
removeProp(int i)
Removes the ith "prop" element
|
void |
setPropArray(int i,
PropDocument.Prop prop)
Sets ith "prop" element
|
void |
setPropArray(PropDocument.Prop[] propArray)
Sets array of all "prop" element
|
int |
sizeOfPropArray()
Returns number of "prop" element
|
getValueType, isSetValueType, setValueType, unsetValueType, xgetValueType, xsetValueTypechangeType, 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, xmlTextstatic final org.apache.xmlbeans.SchemaType type
PropDocument.Prop[] getPropArray()
PropDocument.Prop getPropArray(int i)
int sizeOfPropArray()
void setPropArray(PropDocument.Prop[] propArray)
void setPropArray(int i, PropDocument.Prop prop)
PropDocument.Prop insertNewProp(int i)
PropDocument.Prop addNewProp()
void removeProp(int i)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann