/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Utilities/JobInfoSvc/JobInfoSvc-00-00-02/xmlrpc++0.7/src/XmlRpcUtil.cpp File Reference

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

Go to the source code of this file.

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]

Definition at line 178 of file XmlRpcUtil.cpp.

Referenced by XmlRpc::XmlRpcUtil::xmlDecode(), and XmlRpc::XmlRpcUtil::xmlEncode().

DefaultErrorHandler defaultErrorHandler [static]

DefaultLogHandler defaultLogHandler [static]

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

Definition at line 179 of file XmlRpcUtil.cpp.

Referenced by XmlRpc::XmlRpcUtil::xmlDecode(), and XmlRpc::XmlRpcUtil::xmlEncode().

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

Definition at line 180 of file XmlRpcUtil.cpp.

Referenced by XmlRpc::XmlRpcUtil::xmlDecode(), and XmlRpc::XmlRpcUtil::xmlEncode().

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

Definition at line 181 of file XmlRpcUtil.cpp.

Referenced by XmlRpc::XmlRpcUtil::xmlDecode().


Generated on Tue Nov 29 23:17:21 2016 for BOSS_7.0.2 by  doxygen 1.4.7