HyperWorks Tools

::hwat::xml::private::XMLStart

::hwat::xml::private::XMLStart

Previous topic Next topic No expanding text in this topic  

::hwat::xml::private::XMLStart

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

NAME

::hwat::xml::private:::XMLStart - Handler for the "xmlstart" callback functions.

 

SYNTAX

::hwat::xml::private::XMLStart str_elemName str_attrList

 

ARGUMENTS

str_elemName

The name of the element to handle.

str_attrList

The interlaced attribute list.

 

RETURNS

Nothing

 

EXAMPLE

::hwat::xml::private::XMLStart $str_myElement [list var1 1 var2 2 var3 3]

 

Comments

This is an internal, private function for the XML parser.  This function should not be called directly.  The user should make use of the ::hwat::xml::RegisterCallback function to register his/her own element event callback.

 

See also

xml Functions