::hwat::xml::private::XMLClose
Handler for the "XMLClose" callback functions.
Syntax
::hwat::xml::private::XMLClose str_elemName
Arguments
- str_elemName
- The name of the element to handle.
Returns
N/A
Example
::hwat::xml::private::XMLClose $str_myElement
Comments
This is an internal, private function for the XML parser. This function should not be called directly. You can use the ::hwat::xml::RegisterCallback function to register your own element event callback.