::hwat::xml::private::XMLBody
Handler for the "XMLBody" callback functions.
Syntax
::hwat::xml::private::XMLBody str_data
Arguments
- str_data
- The content of the element body.
Returns
N/A
Example
::hwat::xml::private::XMLBody $str_myData
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.