Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Public Attributes | List of all members
NodeSorter::VectorEntry Struct Reference

#include <NodeSorter.hpp>

Public Member Functions

 VectorEntry (XalanNode *theNode=0, XalanSize_t thePosition=0)
 

Public Attributes

XalanNodem_node
 
XalanSize_t m_position
 

Detailed Description

Definition at line 66 of file NodeSorter.hpp.

Constructor & Destructor Documentation

◆ VectorEntry()

NodeSorter::VectorEntry::VectorEntry ( XalanNode theNode = 0,
XalanSize_t  thePosition = 0 
)
inline

Definition at line 70 of file NodeSorter.hpp.

Member Data Documentation

◆ m_node

XalanNode* NodeSorter::VectorEntry::m_node

Definition at line 78 of file NodeSorter.hpp.

◆ m_position

XalanSize_t NodeSorter::VectorEntry::m_position

Definition at line 79 of file NodeSorter.hpp.


The documentation for this struct 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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo