Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

NodeSorter Class Reference

This class can sort vectors of nodes according to a select pattern. More...

List of all members.

Public Types

Public Member Functions

Friends

Classes


Detailed Description

This class can sort vectors of nodes according to a select pattern.


Member Typedef Documentation

typedef XalanVector<VectorEntry> NodeSorter::NodeVectorType

typedef XalanVector<NodeSortKey> NodeSorter::NodeSortKeyVectorType

typedef NumberVectorTypeDecl NodeSorter::NumberVectorType

typedef XalanVector<XObjectPtr> NodeSorter::XObjectVectorType

typedef StringVectorTypeDecl NodeSorter::StringVectorType

typedef XalanVector<NumberVectorType> NodeSorter::NumberCacheType

typedef XalanVector<XObjectVectorType> NodeSorter::XObjectCacheType

typedef XalanVector<StringVectorType> NodeSorter::StringCacheType

typedef NumberCacheType NodeSorter::NumberResultsCacheType

typedef StringCacheType NodeSorter::StringResultsCacheType


Constructor & Destructor Documentation

NodeSorter::NodeSorter ( MemoryManagerType theManager  )  [explicit]

NodeSorter::~NodeSorter (  ) 


Member Function Documentation

NodeSortKeyVectorType& NodeSorter::getSortKeys (  ) 

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.

Parameters:
executionContext current execution context
v list of Nodes


Friends And Related Function Documentation

friend struct NodeSortKeyCompare [friend]


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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo