#include "CSLog.h"
#include <map>
#include <string>
#include <iostream.h>
#include "tinyxml.h"
Go to the source code of this file.
Data Structures | |
class | CSHTMLNode |
Class that hold all information about a html-node. More... | |
class | CSHTMLHelper |
Class to load a html-page, and give access to it's root node. More... | |
Typedefs | |
typedef std::map< std::string, std::string > | HTMLEntityMap |
Variables | |
const int | CSHTML_OK = 0 |
Return code of getError() if everyting was ok. | |
const int | CSHTML_DOCUMENT_LOADING_ERROR = 1 |
Return code of getError() html-page could not be loaded. |
|
Definition at line 19 of file CSHTMLHelper.h. |
|
Return code of getError() if everyting was ok.
Definition at line 16 of file CSHTMLHelper.h. Referenced by CSHTMLHelper::CSHTMLHelper(), and CSHTMLPanel::setPage(). |
|
Return code of getError() html-page could not be loaded.
Definition at line 17 of file CSHTMLHelper.h. Referenced by CSHTMLHelper::CSHTMLHelper(). |