Main Page   Class Hierarchy   Compound List   File List   Compound Members  

AxisUtils Class Reference

interface for the AxisUtils class. More...

#include <AxisUtils.h>

List of all members.

Public Methods

 AxisUtils ()
virtual ~AxisUtils ()

Static Public Methods

char * toLowerCase (const char *pchWord)
string toLowerCase (const string sWord)
char * toUpperCase (const char *pchWord)
string toUpperCase (const string sWord)
bool isCharacterAvailable (const char *pchStringToSearch, const char cCharacter)
bool isCharacterAvailable (const string &sString, const char cCharacter)
int clearArray (char *arrCh, int iSize)
void Initialize ()
const AxisXMLCh * ToAxisXMLCh (const AxisChar *pch)

Friends

class TypeMapping
class URIMapping


Detailed Description

interface for the AxisUtils class.

Author:
Susantha Kumara (skumara@virtusa.com) , Roshan Weerasuriya (roshan@jkcs.slt.lk, roshan@opensource.lk)


Member Function Documentation

int AxisUtils::clearArray char *    arrCh,
int    iSize
[static]
 

Clears the content of passed character array

Parameters:
arrCh  The character array which is to be cleared.
iSize  The size of the array which is to be cleared.

bool AxisUtils::isCharacterAvailable const string &    sString,
const char    cCharacter
[static]
 

Searchs for the specified character in the given string and returns whether it is found or not.

Parameters:
sString  The string array to be searched.
cCharacter  The character to search.

bool AxisUtils::isCharacterAvailable const char *    pchStringToSearch,
const char    cCharacter
[static]
 

Searchs for the specified character in the given character array and returns whether it is found or not.

Parameters:
pchStringToSearch  The character array to be searched.
cCharacter  The character to search.

string AxisUtils::toLowerCase const string    sWord [static]
 

Converts the given string to lowercase.

Parameters:
pchWord  The string to be converted.
Returns:
The converted lowercase string value

char * AxisUtils::toLowerCase const char *    pchWord [static]
 

Converts the given character pointer value to lowercase.

Parameters:
pchWord  The character pointer to be converted.
Returns:
The converted lowercase character value

string AxisUtils::toUpperCase const string    sWord [static]
 

Converts the given string to uppercase.

Parameters:
pchWord  The string to be converted.
Returns:
The converted uppercase string value

char * AxisUtils::toUpperCase const char *    pchWord [static]
 

Converts the given character pointer value to uppercase.

Parameters:
pchWord  The character pointer to be converted.
Returns:
The converted uppercase character value


The documentation for this class was generated from the following files:
Generated on Mon Dec 1 15:10:27 2003 for axisc++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002