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.destroy()

Destructor

Syntax

void = XmlGeneric.destroy()

Parameters

The 'XmlGeneric.destroy' method takes no parameters

Results

The 'XmlGeneric.destroy' method returns no useful information.

Remarks

Delete the XML element referenced. The element is removed from it's parent location and then deleted.

You cannot remove the root node of an XML parser, eg parser.root.destroy() will fail!

Whitebeam release 1.3.36
(loadtime : 14ms)