Less than functor for DOMStrings which ignores case for the characters a-z and A-Z. More...
#include <DOMStringHelper.hpp>
Inherits binary_function< const XalanDOMString &, const XalanDOMString &, bool >.
Public Member Functions | |
result_type | operator() (first_argument_type theLHS, second_argument_type theRHS) const |
Less than functor for DOMStrings which ignores case for the characters a-z and A-Z.
theLHS | first string to compare |
theRHS | second string to compare |
Definition at line 2711 of file DOMStringHelper.hpp.
|
inline |
Definition at line 2715 of file DOMStringHelper.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|