#include <AxisUtils.h>
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 |
|
Clears the content of passed character array
|
|
Searchs for the specified character in the given string and returns whether it is found or not.
|
|
Searchs for the specified character in the given character array and returns whether it is found or not.
|
|
Converts the given string to lowercase.
|
|
Converts the given character pointer value to lowercase.
|
|
Converts the given string to uppercase.
|
|
Converts the given character pointer value to uppercase.
|