|
#include <XMLEntities.h>
Public Member Functions | |
| Entities ()=default | |
| void | removeEntity (const String &name) |
| void | setEntity (const String &name, const String &replacement) |
XML entities
Maps an XML entity string to a presentation string.
|
default |
Constructor
|
inline |
Removes named entity
| name | entity name to remove |
Adds entity to map
If entity named 'name' exists already in map, its value is replaced with 'replacement'
| name | entity to add/change |
| replacement | value that represents entity |