#include "ACEXML/parser/parser/Parser_export.h"
#include "ACEXML/common/XML_Types.h"
#include "ace/Hash_Map_Manager.h"
#include "ace/Null_Mutex.h"
#include "ACEXML/parser/parser/Entity_Manager.i"
Include dependency graph for Entity_Manager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ACEXML_Entity_Manager |
Class to manage and resolve entity references. More... | |
Typedefs | |
typedef ACE_Hash_Map_Entry< ACEXML_String, ACEXML_String > | ACEXML_ENTITY_ENTRY |
typedef ACE_Hash_Map_Manager_Ex< ACEXML_String, ACEXML_String, ACE_Hash< ACEXML_String >, ACE_Equal_To< ACEXML_String >, ACE_Null_Mutex > | ACEXML_ENTITIES_MANAGER |
typedef ACE_Hash_Map_Iterator_Ex< ACEXML_String, ACEXML_String, ACE_Hash< ACEXML_String >, ACE_Equal_To< ACEXML_String >, ACE_Null_Mutex > | ACEXML_ENTITIES_MANAGER_ITER |
typedef ACE_Hash_Map_Reverse_Iterator_Ex< ACEXML_String, ACEXML_String, ACE_Hash< ACEXML_String >, ACE_Equal_To< ACEXML_String >, ACE_Null_Mutex > | ACEXML_ENTITIES_MANAGER_REVERSE_ITER |
typedef ACE_Hash_Map_Bucket_Iterator< ACEXML_String, ACEXML_String, ACE_Hash< ACEXML_String >, ACE_Equal_To< ACEXML_String >, ACE_Null_Mutex > | ACEXML_ENTITY_ENTRY_ITERATOR |
Krishnakumar B <kitty@cs.wustl.edu>
Definition in file Entity_Manager.h.
|
Definition at line 35 of file Entity_Manager.h. Referenced by ACEXML_Entity_Manager::add_entity(). |
|
Definition at line 41 of file Entity_Manager.h. |
|
Definition at line 47 of file Entity_Manager.h. |
|
Definition at line 29 of file Entity_Manager.h. Referenced by ACEXML_Entity_Manager::resolve_entity(). |
|
Definition at line 53 of file Entity_Manager.h. Referenced by ACEXML_Entity_Manager::resolve_entity(). |