Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_XmlEntities Class Reference
[eFLTK XML module]

Maps an entity string to a presentation string. More...

#include <Fl_XmlDoc.h>

Inheritance diagram for Fl_XmlEntities:

Fl_String_String_Map Fl_Map List of all members.

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...


Detailed Description

Maps an entity string to a presentation string.

Definition at line 17 of file Fl_XmlDoc.h.


Member Function Documentation

bool Fl_XmlEntities::remove_entity const char *    name [inline]
 

Remove named entity.

Returns true, if operation success

Parameters:
name  entity name to remove

Definition at line 28 of file Fl_XmlDoc.h.

Referenced by Fl_XmlDocType::remove_entity().

void Fl_XmlEntities::set_entity const char *    name,
const char *    replacement
[inline]
 

Add entity to map, If entity named 'name' exists already in map, it's value is replaced with 'replacement'.

Parameters:
name, entity  to add/change
replacement, value  that represents entity

Definition at line 36 of file Fl_XmlDoc.h.

Referenced by Fl_XmlDocType::set_entity().


The documentation for this class was generated from the following file:
Generated on Thu Jul 31 15:33:58 2003 for eFLTK by doxygen1.2.15