HyperWorks Tools

::hwat::xml::private::XMLClose

::hwat::xml::private::XMLClose

Previous topic Next topic No expanding text in this topic  

::hwat::xml::private::XMLClose

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

NAME

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

Nothing

 

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.

 

See also

xml Functions