#include "EST_String.h"
#include "EST_Regex.h"
#include "EST_TKVL.h"
#include "EST_THash.h"
#include "EST_TDeque.h"
#include "EST_TList.h"
#include "rxp/rxp.h"
Go to the source code of this file.
Classes | |
class | XML_Parser_Class |
class | XML_Parser |
Macros | |
#define | CHAR_SIZE 8 |
Typedefs | |
XML Parser | |
Recursive descent parsing skeleton with hooks for processing. A C++ wrapper around the rxp parser.
| |
typedef EST_TStringHash< EST_String > | XML_Attribute_List |
Nice name for list of attribute-value pairs. More... | |
#define CHAR_SIZE 8 |
Definition at line 39 of file XML_Parser.h.
typedef EST_TStringHash<EST_String> XML_Attribute_List |
Nice name for list of attribute-value pairs.
Definition at line 70 of file XML_Parser.h.