Simple data structure class for use by the NodeSorter class.
More...
#include <xalanc/XSLT/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]
xalanc::NodeSortKey::NodeSortKey |
( |
| ) |
|
◆ NodeSortKey() [3/3]
xalanc::NodeSortKey::NodeSortKey |
( |
const NodeSortKey & |
theSource | ) |
|
◆ ~NodeSortKey()
xalanc::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 xalanc::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()
const XalanDOMString& xalanc::NodeSortKey::getLanguageString |
( |
| ) |
const |
|
inline |
◆ getPrefixResolver()
const PrefixResolver* xalanc::NodeSortKey::getPrefixResolver |
( |
| ) |
const |
|
inline |
Retrieve the resolver for namespaces.
- Returns
- object for namespace resolution
Definition at line 132 of file NodeSortKey.hpp.
◆ getSelectPattern()
const XPath* xalanc::NodeSortKey::getSelectPattern |
( |
| ) |
const |
|
inline |
◆ getTreatAsNumbers()
bool xalanc::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: