XmlRpcUtil.cc File Reference

#include "XmlRpcUtil.h"
#include <ctype.h>
#include <iostream>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "XmlRpc.h"

Classes

class  DefaultLogHandler
class  DefaultErrorHandler

Functions

int XmlRpc::getVerbosity ()
 Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity().
void XmlRpc::setVerbosity (int level)
 Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level).

Variables

DefaultLogHandler defaultLogHandler
DefaultErrorHandler defaultErrorHandler
static const char AMP = '&'
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]

DefaultErrorHandler defaultErrorHandler [static]

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 } [static]


Generated on Tue Jul 24 16:51:17 2007 for ITM OverSim by  doxygen 1.5.1