Contents Previous Next

mxmlEntityGetName()

Description

Get the name that corresponds to the character value.

If val does not need to be represented by a named entity, NULL is returned.

Syntax

const char *
mxmlEntityGetName( int val);

Arguments

NameDescription
valCharacter value

Returns

Entity name or NULL


Contents Previous Next