Simple data structure class for use by the NodeSorter class.
More...
List of all members.
Public Member Functions
Detailed Description
Simple data structure class for use by the NodeSorter class.
Constructor & Destructor Documentation
Construct a node sort key.
- Parameters:
-
executionContext | current execution context |
selectPat | XPath for selection |
treatAsNumbers | treat as numeric values if true |
descending | sort in descending order if true |
caseOrder | case sort order enum |
langValue | language |
resolver | resolver for namespace resolution |
NodeSortKey::NodeSortKey |
( |
| ) |
|
NodeSortKey::NodeSortKey |
( |
const NodeSortKey & |
theSource | ) |
|
NodeSortKey::~NodeSortKey |
( |
| ) |
|
Member Function Documentation
Get the enumeration value for the case order.
- Returns:
- sort upper case before lower case if true
bool NodeSortKey::getDescending |
( |
| ) |
const |
Whether to sort in descending order.
- Returns:
- sort in descending order if true
Retrieve the resolver for namespaces.
- Returns:
- object for namespace resolution
const XPath* NodeSortKey::getSelectPattern |
( |
| ) |
const |
Retrieve the selection XPath.
- Returns:
- XPath for selection
bool NodeSortKey::getTreatAsNumbers |
( |
| ) |
const |
Whether to treat values as numbers.
- Returns:
- treat as numeric values if true
The documentation for this class was generated from the following file: