Contents Previous Next

mxmlEntityGetValue()


Description

Get the character corresponding to a named entity. The entity name can also be a numeric constant. -1 is returned if the name is not known.

Syntax

int
mxmlEntityGetValue(
    const char * name);

Arguments

NameDescription
nameEntity name

Returns

Character value or -1 on error


Contents Previous Next