Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

XmlGeneric.moveTo()

Move XML element to a parent

See Also

XPath Tutorial

Syntax

void = XmlGeneric.moveTo(newParent, newPosition)

Parameters

The 'XmlGeneric.moveTo' method takes 2 parameters:

Name Type/Value Range/Length Description
newParentstruct XmlGeneric.XmlTagsee definition Required. The new parent of the XML element.
newPositionnumber  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 'XmlGeneric.moveTo' method returns no useful information.

Whitebeam release 1.3.36
(loadtime : 11ms)