![]() |
Qt 4.8
|
Performs case insensitive string comparison between xs:anyUri, xs:string, and xs:untypedAtomic.
More...
#include <qatomiccomparators_p.h>
Public Functions | |
| virtual ComparisonResult | compare (const Item &op1, const AtomicComparator::Operator op, const Item &op2) const |
| virtual bool | equals (const Item &op1, const Item &op2) const |
Public Functions inherited from QPatternist::AtomicComparator | |
| AtomicComparator () | |
| virtual | ~AtomicComparator () |
Public Functions inherited from QPatternist::AtomicTypeVisitorResult | |
| AtomicTypeVisitorResult () | |
| virtual | ~AtomicTypeVisitorResult () |
Public Functions inherited from QSharedData | |
| QSharedData () | |
| Constructs a QSharedData object with a reference count of 0. More... | |
| QSharedData (const QSharedData &) | |
| Constructs a QSharedData object with reference count 0. More... | |
Performs case insensitive string comparison between xs:anyUri, xs:string, and xs:untypedAtomic.
Definition at line 112 of file qatomiccomparators_p.h.
|
virtual |
Converts both string values to upper case and afterwards compare them.
Reimplemented from QPatternist::AtomicComparator.
Definition at line 83 of file qatomiccomparators.cpp.
Converts both string values case insensitively.
Implements QPatternist::AtomicComparator.
Definition at line 102 of file qatomiccomparators.cpp.