Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::DOMStringLessThanIgnoreCaseASCIIFunction Struct Reference

Less than functor for DOMStrings which ignores case for the characters a-z and A-Z. More...

#include <xalanc/PlatformSupport/DOMStringHelper.hpp>

Public Member Functions

bool operator() (const XalanDOMString &theLHS, const XalanDOMString &theRHS) const
 

Detailed Description

Less than functor for DOMStrings which ignores case for the characters a-z and A-Z.

Parameters
theLHSfirst string to compare
theRHSsecond string to compare
Returns
true if the theLHS is less than theRHS, without respect to case.

Definition at line 2588 of file DOMStringHelper.hpp.

Member Function Documentation

◆ operator()()

bool xalanc::DOMStringLessThanIgnoreCaseASCIIFunction::operator() ( const XalanDOMString theLHS,
const XalanDOMString theRHS 
) const
inline

Definition at line 2591 of file DOMStringHelper.hpp.

References xalanc::compareIgnoreCaseASCII().


The documentation for this struct was generated from the following file: