|
#include <CXmlEntities.h>
Public Member Functions | |
| CXmlEntities () | |
| Constructor. | |
| void | removeEntity (const char *name) |
| Removes named entity. | |
| void | setEntity (const char *name, const char *replacement) |
| Adds entity to map. | |
Maps an XML entity string to a presentation string.
| void sptk::CXmlEntities::removeEntity | ( | const char * | name | ) | [inline] |
Removes named entity.
| name | const char *, entity name to remove |
Referenced by sptk::CXmlDocType::removeEntity().
| void sptk::CXmlEntities::setEntity | ( | const char * | name, | |
| const char * | replacement | |||
| ) | [inline] |
Adds entity to map.
If entity named 'name' exists already in map, its value is replaced with 'replacement'
| name | const char *, entity to add/change | |
| replacement | const char *, value that represents entity |
Referenced by sptk::CXmlDocType::setEntity().