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

Greater than functor for DOMStrings. More...

#include <xalanc/PlatformSupport/DOMStringHelper.hpp>

Public Member Functions

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

Detailed Description

Greater than functor for DOMStrings.

Parameters
theLHSfirst string to compare
theRHSsecond string to compare
Returns
true if the theLHS is greater than theRHS

Definition at line 2626 of file DOMStringHelper.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 2629 of file DOMStringHelper.hpp.

References xalanc::compare().


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