::hwat::xml::XMLDefault

Default handler for all for all element event callback functions.

Syntax

::hwat::xml::XMLDefault args

Arguments

args
Variable argument list.

Returns

N/A

Example

::hwat::xml::XMLDefault $str_myElement

Comments

This function is the default element event handler. For any element event that does NOT have a user registered callback function, this function will be called instead.

The default behavior of this function is to do nothing with the data passed to it.

The user can overwrite this function to change the default parser behavior if so desired.