HyperWorks Tools

::hwat::xml::private::XMLBody

::hwat::xml::private::XMLBody

Previous topic Next topic No expanding text in this topic  

::hwat::xml::private::XMLBody

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

NAME

::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

Nothing

 

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.

 

See also

xml Functions