public static interface XmlDriverSpec.CustomProperties
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
Property |
addNewCustom
Appends and returns a new empty value (as xml) as the last "customProperty" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
XmlDriverSpec.CustomProperties.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 |
---|---|
Property |
addNewCustomProperty()
Appends and returns a new empty value (as xml) as the last "customProperty" element
|
Property[] |
getCustomPropertyArray()
Gets array of all "customProperty" elements
|
Property |
getCustomPropertyArray(int i)
Gets ith "customProperty" element
|
Property |
insertNewCustomProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "customProperty" element
|
void |
removeCustomProperty(int i)
Removes the ith "customProperty" element
|
void |
setCustomPropertyArray(int i,
Property customProperty)
Sets ith "customProperty" element
|
void |
setCustomPropertyArray(Property[] customPropertyArray)
Sets array of all "customProperty" element
|
int |
sizeOfCustomPropertyArray()
Returns number of "customProperty" element
|
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
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
Property addNewCustomProperty
Property[] getCustomPropertyArray()
Property getCustomPropertyArray(int i)
int sizeOfCustomPropertyArray()
void setCustomPropertyArray(Property[] customPropertyArray)
void setCustomPropertyArray(int i, Property customProperty)
Property insertNewCustomProperty(int i)
Property addNewCustomProperty()
void removeCustomProperty(int i)
Copyright © 2014. All Rights Reserved.