Classes | Variables
XmlRpcUtil.cpp File Reference
#include "xmlrpcpp/XmlRpcUtil.h"
#include <ctype.h>
#include <iostream>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "xmlrpcpp/XmlRpc.h"
Include dependency graph for XmlRpcUtil.cpp:

Go to the source code of this file.

Classes

class  DefaultErrorHandler
 
class  DefaultLogHandler
 

Variables

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 }
 

Variable Documentation

const char AMP = '&'
static

Definition at line 194 of file XmlRpcUtil.cpp.

DefaultErrorHandler defaultErrorHandler
static
DefaultLogHandler defaultLogHandler
static
const char rawEntity[] = { '<', '>', '&', '\'', '\"', 0 }
static

Definition at line 195 of file XmlRpcUtil.cpp.

const char* xmlEntity[] = { "lt;", "gt;", "amp;", "apos;", "quot;", 0 }
static

Definition at line 196 of file XmlRpcUtil.cpp.

const int xmlEntLen[] = { 3, 3, 4, 5, 5 }
static

Definition at line 197 of file XmlRpcUtil.cpp.



xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas
autogenerated on Mon Nov 2 2020 03:52:24