Previous Next

DELETE-NODE( ) method
Unlinks and deletes the node and its sub-tree from the XML document. The ABL handle is not deleted.
Return type:
Applies to:
 
Syntax 
DELETE-NODE( )
The following example demonstrates the use of the DELETE-NODE( ) method. Only use this when you are through using the node and all of its descendants.
 
hOldNode:DELETE-NODE( ).

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.