#include <Fl_XmlDoc.h>
Inheritance diagram for Fl_XmlEntities:

Public Types | |
| typedef Fl_String_String_Iterator | Iterator |
Public Methods | |
| Fl_XmlEntities () | |
| bool | remove_entity (const char *name) |
| Remove named entity. More... | |
| void | set_entity (const char *name, const char *replacement) |
| Add entity to map, If entity named 'name' exists already in map, it's value is replaced with 'replacement'. More... | |
Definition at line 17 of file Fl_XmlDoc.h.
|
|
Remove named entity. Returns true, if operation success
Definition at line 28 of file Fl_XmlDoc.h. Referenced by Fl_XmlDocType::remove_entity(). |
|
||||||||||||
|
Add entity to map, If entity named 'name' exists already in map, it's value is replaced with 'replacement'.
Definition at line 36 of file Fl_XmlDoc.h. Referenced by Fl_XmlDocType::set_entity(). |
1.2.15