|
Whitebeam Template Reference Documentation
|
XmlGeneric Template
destroy()
Destructor
Syntax
void = rb.XmlGeneric.destroy()
Parameters
The 'destroy' method takes no parameters
Results
The '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!
|
|
(loadtime : 481ms) |