Container form controls, by default, set the State attribute to 'Deleted' instead of directly deleting nodes. After the required actions have been performed, these marked nodes should be deleted if they are no longer needed. This method internally uses the XPath query //*[@*[local-name()='State']='Deleted'] to find deleted child nodes on the current node.