public static interface TScopeInfo.Children
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TScopeInfo.Children.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 |
---|---|
TScopeRef |
addNewChildRef()
Appends and returns a new empty value (as xml) as the last "child-ref" element
|
TScopeRef[] |
getChildRefArray()
Gets array of all "child-ref" elements
|
TScopeRef |
getChildRefArray(int i)
Gets ith "child-ref" element
|
TScopeRef |
insertNewChildRef(int i)
Inserts and returns a new empty value (as xml) as the ith "child-ref" element
|
void |
removeChildRef(int i)
Removes the ith "child-ref" element
|
void |
setChildRefArray(int i,
TScopeRef childRef)
Sets ith "child-ref" element
|
void |
setChildRefArray(TScopeRef[] childRefArray)
Sets array of all "child-ref" element
|
int |
sizeOfChildRefArray()
Returns number of "child-ref" 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, 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
TScopeRef[] getChildRefArray()
TScopeRef getChildRefArray(int i)
int sizeOfChildRefArray()
void setChildRefArray(TScopeRef[] childRefArray)
void setChildRefArray(int i, TScopeRef childRef)
TScopeRef insertNewChildRef(int i)
TScopeRef addNewChildRef()
void removeChildRef(int i)