Used to map entity names to their character. E.g. 'nbsp' to ' '.
Static Public Member Functions | |
static void | Setup () |
Sets up the map. More... | |
static string | GetEntityByName (string name) |
Maps entity name, e.g. nbsp, to the character. More... | |
static string | GetByValueOrName (string value) |
Includes e.g. &0xaa; as well as nbsp. More... | |
Static Private Attributes | |
static Dictionary< string, string > | Map |
A map from entity name to character. More... | |
|
inlinestatic |
Includes e.g. &0xaa; as well as nbsp.
|
inlinestatic |
Maps entity name, e.g. nbsp, to the character.
|
inlinestatic |
Sets up the map.
|
staticprivate |
A map from entity name to character.