|
bool | xalanc::operator== (const XalanDOMString &theLHS, const XalanDOMString &theRHS) |
|
bool | xalanc::operator== (const XalanDOMString &theLHS, const XalanDOMChar *theRHS) |
|
bool | xalanc::operator== (const XalanDOMChar *theLHS, const XalanDOMString &theRHS) |
|
bool | xalanc::operator!= (const XalanDOMString &theLHS, const XalanDOMString &theRHS) |
|
bool | xalanc::operator!= (const XalanDOMChar *theLHS, const XalanDOMString &theRHS) |
|
bool | xalanc::operator!= (const XalanDOMString &theLHS, const XalanDOMChar *theRHS) |
|
| xalanc::TranscodeToLocalCodePage (const XalanDOMChar *theSourceString, XalanDOMString::size_type theSourceStringLength, CharVectorType &targetVector, bool terminate=false) |
| Convert a XalanDOMChar string to C++ standard library vector, transcoding to the default local code page. More...
|
|
| xalanc::TranscodeToLocalCodePage (const XalanDOMChar *theSourceString, XalanDOMString::size_type theSourceStringLength, CharVectorType &targetVector, bool terminate, char theSubstitutionChar) |
| Convert a XalanDOMChar string to C++ standard library vector, transcoding to the default local code page. More...
|
|
const XalanDOMString | xalanc::TranscodeFromLocalCodePage (const char *theSourceString, XalanDOMString::size_type theSourceStringLength=XalanDOMString::npos) |
| Convert a string to a XalanDOMString, transcoding from the default local code page. More...
|
|
| xalanc::TranscodeToLocalCodePage (const XalanDOMChar *theSourceString, CharVectorType &targetVector, bool terminate=false) |
| Convert a XalanDOMChar string to C++ standard library vector, transcoding to the default local code page. More...
|
|
| xalanc::TranscodeToLocalCodePage (const XalanDOMChar *theSourceString, CharVectorType &targetVector, bool terminate, char theSubstitutionChar) |
| Convert a XalanDOMChar string to C++ standard library vector, transcoding to the default local code page. More...
|
|
const CharVectorType | xalanc::TranscodeToLocalCodePage (const XalanDOMChar *theSourceString) |
| Convert XalanDOMString to C++ standard library vector, transcoding to the default local code page. More...
|
|
bool | xalanc::TranscodeToLocalCodePage (const XalanDOMString &theSourceString, CharVectorType &theTargetVector, bool terminate=false) |
| Convert XalanDOMString to C++ standard library vector, transcoding to the default local code page. More...
|
|
| xalanc::TranscodeToLocalCodePage (const XalanDOMString &theSourceString, CharVectorType &theTargetVector, bool terminate, char theSubstitutionChar) |
| Convert XalanDOMString to C++ standard library vector, transcoding to the default local code page. More...
|
|
const CharVectorType | xalanc::TranscodeToLocalCodePage (const XalanDOMString &theSourceString) |
| Convert XalanDOMString to C++ standard library vector, transcoding to the default local code page. More...
|
|
const XalanDOMString & | xalanc::TranscodeFromLocalCodePage (const char *theSourceString, XalanDOMString &theResult, XalanDOMString::size_type theSourceStringLength=XalanDOMString::npos) |
| Convert a string to a XalanDOMString, transcoding from the default local code page. More...
|
|
| xalanc::TranscodeFromLocalCodePage (const char *theSourceString, XalanDOMString::size_type theSourceStringLength, XalanDOMCharVectorType &theTargetVector, bool terminate=false) |
| Convert a string to a C++ standard library vector, transcoding from the default local code page. More...
|
|
| xalanc::TranscodeFromLocalCodePage (const char *theSourceString, XalanDOMCharVectorType &theTargetVector, bool terminate=false) |
| Convert a string to a C++ standard library vector, transcoding from the default local code page. More...
|
|
| xalanc::TranscodeFromLocalCodePage (const char *theSourceString, XalanDOMString::size_type theSourceStringLength, bool theSourceStringIsNullTerminated, XalanDOMCharVectorType &theTargetVector, bool terminate=false) |
| Convert a string to a C++ standard library vector, transcoding from the default local code page. More...
|
|
| xalanc::TranscodeFromLocalCodePage (const CharVectorType &theSourceString, XalanDOMString &theResult) |
| Convert a vector of characters to a XalanDOMString, transcoding from the default local code. More...
|
|