XML_SetStartElementHandlerΒΆ
- bool = XML_SetStartElementHandler(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 startElementHandler(hParser, name, atts) { }
See also
id-1009300