The IDLffXMLDOMTreeWalker::Cleanup procedure method performs cleanup on the tree-walker object. As part of this cleanup, the method destroys any other objects that were created by the walker object. The destruction of the walker object does not affect any corresponding nodes in the DOM tree.

This class should not be subclassed by a user class because the classes that create objects, such as IDLffXMLDOMDocument, will not be aware of any user-defined classes.

Syntax


Obj->Cleanup

or

OBJ_DESTROY, Obj

Arguments


None

Keywords


None

Version History


6.2

Introduced