#include <XalanList.hpp>
Public Member Functions | |
Node (const value_type &theValue, Node &prevNode, Node &nextNode) | |
Public Attributes | |
value_type | value |
Node * | prev |
Node * | next |
Definition at line 169 of file XalanList.hpp.
|
inline |
Definition at line 171 of file XalanList.hpp.
Definition at line 183 of file XalanList.hpp.
Definition at line 182 of file XalanList.hpp.
value_type XalanList< Type >::Node::value |
Definition at line 181 of file XalanList.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|