#include "OW_config.h"
#include "OW_XMLUnescape.hpp"
#include "OW_StringBuffer.hpp"
#include "OW_XMLParseException.hpp"
#include "OW_Format.hpp"
#include <limits.h>
#include <stdlib.h>
Include dependency graph for OW_XMLUnescape.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Defines | |
#define | YYCTYPE char |
#define | YYCURSOR begin |
#define | YYLIMIT begin |
#define | YYMARKER q |
#define | YYFILL(n) |
Functions | |
String | OW_NAMESPACE::XMLUnescape (const char *escapedText, unsigned len) |
Unescape an XML string. |
|
|
|
|
|
|
|
|
|
|