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.
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 |
xalanc::NodeSortKey::NodeSortKey |
( |
| ) |
|
xalanc::NodeSortKey::NodeSortKey |
( |
const NodeSortKey & |
theSource | ) |
|
xalanc::NodeSortKey::~NodeSortKey |
( |
| ) |
|
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.
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.
const XalanDOMString& xalanc::NodeSortKey::getLanguageString |
( |
| ) |
const |
|
inline |
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.
const XPath* xalanc::NodeSortKey::getSelectPattern |
( |
| ) |
const |
|
inline |
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.
The documentation for this class was generated from the following file: