XML_SetCharacterDataHandlerΒΆ

Set a text handler.

bool = XML_SetCharacterDataHandler(hParser, handler)

Return Value

bool is always 1.

Parameters

hParser

hParser is the handle of a parser.

handler

handler is the name of a UniScript function with the following parameter list:

def characterDataHandler(hParser, data)
{
}

See also

Overview XML

id-663388