Simple data structure class for use by the NodeSorter class.
More...
#include <NodeSortKey.hpp>
Simple data structure class for use by the NodeSorter class.
Definition at line 49 of file NodeSortKey.hpp.
◆ NodeSortKey() [1/3]
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() [2/3]
| NodeSortKey::NodeSortKey |
( |
| ) |
|
◆ NodeSortKey() [3/3]
| NodeSortKey::NodeSortKey |
( |
const NodeSortKey & |
theSource | ) |
|
◆ ~NodeSortKey()
| NodeSortKey::~NodeSortKey |
( |
| ) |
|
◆ getCaseOrder()
Get the enumeration value for the case order.
- Returns
- sort upper case before lower case if true
Definition at line 121 of file NodeSortKey.hpp.
◆ getDescending()
| bool NodeSortKey::getDescending |
( |
| ) |
const |
|
inline |
Whether to sort in descending order.
- Returns
- sort in descending order if true
Definition at line 110 of file NodeSortKey.hpp.
◆ getLanguageString()
◆ getPrefixResolver()
Retrieve the resolver for namespaces.
- Returns
- object for namespace resolution
Definition at line 132 of file NodeSortKey.hpp.
◆ getSelectPattern()
| const XPath* NodeSortKey::getSelectPattern |
( |
| ) |
const |
|
inline |
◆ getTreatAsNumbers()
| bool NodeSortKey::getTreatAsNumbers |
( |
| ) |
const |
|
inline |
Whether to treat values as numbers.
- Returns
- treat as numeric values if true
Definition at line 99 of file NodeSortKey.hpp.
◆ operator=()
The documentation for this class was generated from the following file: