Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
NodeSortKey Class Reference
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:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|