The IDLffXMLDOMNode::Cleanup procedure method destroys both the object (that is, the accessing object in the IDL tree) and any objects created by that object. It does not modify the actual 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.
Obj->Cleanup
or
OBJ_DESTROY, Obj
None
None
6.1 |
Introduced |