Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

NodeSortKey Class Reference

Simple data structure class for use by the NodeSorter class. More...

#include <NodeSortKey.hpp>

Collaboration diagram for NodeSortKey:

Collaboration graph

[legend]
List of all members.

Public Methods


Detailed Description

Simple data structure class for use by the NodeSorter class.


Constructor & Destructor Documentation

NodeSortKey::NodeSortKey ( ExecutionContext & executionContext,
const XPath & selectPat,
bool treatAsNumbers,
bool descending,
const XalanDOMString & langValue,
const PrefixResolver & resolver )
 

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
langValue   language
resolver   resolver for namespace resolution

NodeSortKey::NodeSortKey ( )
 

NodeSortKey::NodeSortKey ( const NodeSortKey & theSource )
 

NodeSortKey::~NodeSortKey ( )
 


Member Function Documentation

bool NodeSortKey::getDescending ( ) const []
 

Whether to sort in descending order.

Returns:
sort in descending order if true

const XalanDOMString & NodeSortKey::getLanguageString ( ) const []
 

const PrefixResolver * NodeSortKey::getPrefixResolver ( ) const []
 

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

NodeSortKey& NodeSortKey::operator= ( const NodeSortKey & theRHS )
 


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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.