#include "xmlrpcpp/XmlRpcUtil.h"
#include <ctype.h>
#include <iostream>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <climits>
#include "xmlrpcpp/XmlRpc.h"
Go to the source code of this file.
|
static const char | AMP = '&' |
|
DefaultErrorHandler | defaultErrorHandler |
|
DefaultLogHandler | defaultLogHandler |
|
static const char | rawEntity [] = { '<', '>', '&', '\'', '\"', 0 } |
|
static const char * | xmlEntity [] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 } |
|
static const int | xmlEntLen [] = { 3, 3, 4, 5, 5 } |
|
◆ AMP
◆ defaultErrorHandler
◆ defaultLogHandler
◆ rawEntity
const char rawEntity[] = { '<', '>', '&', '\'', '\"', 0 } |
|
static |
◆ xmlEntity
const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 } |
|
static |
◆ xmlEntLen
const int xmlEntLen[] = { 3, 3, 4, 5, 5 } |
|
static |
xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas
autogenerated on Mon Feb 28 2022 23:33:22