XMLData.EraseAllChildren
See also
Declaration: EraseAllChildren
Description
EraseAllChildren deletes all associated children of the XMLData object.
Example
The sample erases all elements of the active document.
Dim objCurrentParent
Set objCurrentParent = objPlugIn.XMLRoot
objCurrentParent.EraseAllChildren