HyperWorks Tools

::hwat::xml::XMLDefault

::hwat::xml::XMLDefault

Previous topic Next topic No expanding text in this topic  

::hwat::xml::XMLDefault

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::xml::XMLDefault - Default handler for all for all element event callback functions.

 

SYNTAX

::hwat::xml::XMLDefault args

 

ARGUMENTS

args

Variable argument list.

 

RETURNS

Nothing

 

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.

 

See also

xml Functions