This class can sort vectors of nodes according to a select pattern. More...
#include <NodeSorter.hpp>
Classes | |
struct | NodeSortKeyCompare |
Return the results of a compare of two nodes. More... | |
struct | VectorEntry |
Public Types | |
typedef XalanVector< VectorEntry > | NodeVectorType |
typedef XalanVector< NodeSortKey > | NodeSortKeyVectorType |
typedef NumberVectorTypeDecl | NumberVectorType |
typedef XalanVector< XObjectPtr > | XObjectVectorType |
typedef StringVectorTypeDecl | StringVectorType |
typedef XalanVector< NumberVectorType > | NumberCacheType |
typedef XalanVector< XObjectVectorType > | XObjectCacheType |
typedef XalanVector< StringVectorType > | StringCacheType |
typedef NumberCacheType | NumberResultsCacheType |
typedef StringCacheType | StringResultsCacheType |
Public Member Functions | |
NodeSorter (MemoryManager &theManager) | |
~NodeSorter () | |
NodeSortKeyVectorType & | getSortKeys () |
void | sort (StylesheetExecutionContext &executionContext, MutableNodeRefList &theList) |
Given a list of nodes, sort each node according to the criteria in the keys. More... | |
Friends | |
struct | NodeSortKeyCompare |
This class can sort vectors of nodes according to a select pattern.
Definition at line 62 of file NodeSorter.hpp.
Definition at line 83 of file NodeSorter.hpp.
Definition at line 82 of file NodeSorter.hpp.
Definition at line 198 of file NodeSorter.hpp.
Definition at line 202 of file NodeSorter.hpp.
Definition at line 194 of file NodeSorter.hpp.
Definition at line 200 of file NodeSorter.hpp.
Definition at line 207 of file NodeSorter.hpp.
Definition at line 196 of file NodeSorter.hpp.
Definition at line 199 of file NodeSorter.hpp.
Definition at line 195 of file NodeSorter.hpp.
|
explicit |
NodeSorter::~NodeSorter | ( | ) |
|
inline |
Definition at line 91 of file NodeSorter.hpp.
void NodeSorter::sort | ( | StylesheetExecutionContext & | executionContext, |
MutableNodeRefList & | theList | ||
) |
Given a list of nodes, sort each node according to the criteria in the keys.
The list is assumed to be in document order.
executionContext | current execution context |
v | list of Nodes |
|
friend |
Definition at line 192 of file NodeSorter.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|