|
Whitebeam Template Reference Documentation
|
XmlGeneric Template
moveTo()
Move XML element to a parent
See Also
XPath Tutorial Syntax
void = rb.XmlGeneric.moveTo(newParent, newPosition)
Parameters
The 'moveTo' method takes 2 parameters:
Name | Type/Value | Range/Length | Description | newParent | struct XmlTag | see definition | Required. The new parent of the XML element. | newPosition | number | | Optional. The position at which the element is to be inserted into the ordered set of children of the new parent. If not specified then the
element is moved to the end of the new parents set. |
Results
The 'moveTo' method returns no useful information.
|
|
(loadtime : 156ms) |