#include "XSLTDefinitions.hpp"
#include <functional>
#include <xalanc/Include/XalanVector.hpp>
#include <xalanc/XPath/XObject.hpp>
#include <xalanc/XSLT/NodeSortKey.hpp>
Go to the source code of this file.
Classes | |
class | NodeSorter |
This class can sort vectors of nodes according to a select pattern. More... | |
struct | NodeSorter::VectorEntry |
struct | NodeSorter::NodeSortKeyCompare |
Return the results of a compare of two nodes. More... | |
Typedefs | |
typedef XalanVector< double > | NumberVectorTypeDecl |
typedef XalanVector< XalanDOMString > | StringVectorTypeDecl |
typedef XalanVector<double> NumberVectorTypeDecl |
Definition at line 49 of file NodeSorter.hpp.
Definition at line 55 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 |
|