#include <acsutil.h>
#include <loggingExport.h>
#include <loggingXMLElement.h>
Include dependency graph for loggingXMLParser.h:
Go to the source code of this file.
Namespaces | |
namespace | loggingXMLParser |
Classes | |
class | loggingXMLParser::XMLParser |
Defines | |
#define | XP_NONE 0 |
#define | ELEMENT_BEGIN_CHAR 1 |
#define | ELEMENT_DATA 2 |
#define | ELEMENT_NAME 3 |
#define | ELEMENT_END_CHAR 4 |
#define | ELEMENT_END 5 |
#define | ATTRIBUTE_AREA 6 |
#define | ATTRIBUTE_NAME 7 |
#define | ATTRIBUTE_VALUE_BEGIN 8 |
#define | ATTRIBUTE_VALUE 9 |
#define | ATTRIBUTE_VALUE_END 10 |
#define | CDATA 11 |
#define | CDATA_END 12 |
#define | SPECIAL_SECTION 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|