Public Member Functions | |
| Node (const value_type &theValue, Node &prevNode, Node &nextNode) | |
Public Attributes | |
| value_type | value |
| Node * | prev |
| Node * | next |
| XalanList< Type >::Node::Node | ( | const value_type & | theValue, |
| Node & | prevNode, | ||
| Node & | nextNode | ||
| ) |
| value_type XalanList< Type >::Node::value |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|