#include "CSLog.h"
#include <string>
#include <iostream.h>
#include "CSXMLHelperTinyXML.h"
Go to the source code of this file.
Defines | |
#define | USE_TINYXML 1 |
Variables | |
const int | CSXML_OK = 0 |
const int | CSXML_ONLY_SINGLE_XML_HELPER_ALLOWED = 1 |
const int | CSXML_CONTEXT_LOADING_ERROR = 2 |
const int | CSXML_DOCUMENT_LOADING_ERROR = 3 |
const int | CSXML_INITIALIZE_ERROR = 4 |
const int | CSXML_XPATH_ERROR = 5 |
|
Definition at line 8 of file CSXMLHelper.h. |
|
Definition at line 16 of file CSXMLHelper.h. Referenced by CSXMLHelper::CSXMLHelper(). |
|
Definition at line 17 of file CSXMLHelper.h. |
|
Definition at line 18 of file CSXMLHelper.h. Referenced by CSXMLHelper::CSXMLHelper(). |
|
Definition at line 19 of file CSXMLHelper.h. Referenced by CSXMLHelper::CSXMLHelper(). |
|
Definition at line 20 of file CSXMLHelper.h. |
|
Definition at line 21 of file CSXMLHelper.h. Referenced by CSXMLHelper::getInt(), and CSXMLHelper::getString(). |