HyperWorks Tools

::hwat::xml::private::CheckCallback

::hwat::xml::private::CheckCallback

Previous topic Next topic No expanding text in this topic  

::hwat::xml::private::CheckCallback

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

NAME

::hwat::xml::private::CheckCallback - Retrieve the callback function index for a given attribute element and event array.

 

SYNTAX

::hwat::xml::private::CheckCallback str_attrList str_name

 

ARGUMENTS

str_elemName

The name of the element to retrieve the callback index for.

str_arrayName

The name of the callback function array to search for the callback.

 

RETURNS

Index of callback function in the given callback array, -1 if not found.

 

EXAMPLE

::hwat::xml::private::CheckCallback $str_myElement ::hwat::xml::private::str_startEventCallbacks

 

Comments

This is an internal, private, function for the XML parser.  This function should not be called directly.

 

See also

xml Functions