ICI Modules: xml: SetCharacterDataHandler


Modules by name : by type

Synopsis

xml.SetCharacterDataHandler(XML_Parser, func)

Description

Defines the callback function to be invoked when character data is encountered in the input. This is the text between the tags, i.e, the element content.

Character data callbacks are called with two arguments, the first being the user-defined data associated with the parser and the second a string containing the character data.