Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Public Attributes | List of all members
XalanList< Type >::Node Struct Reference

#include <XalanList.hpp>

Public Member Functions

 Node (const value_type &theValue, Node &prevNode, Node &nextNode)
 

Public Attributes

value_type value
 
Nodeprev
 
Nodenext
 

Detailed Description

template<class Type>
struct XalanList< Type >::Node

Definition at line 169 of file XalanList.hpp.

Constructor & Destructor Documentation

◆ Node()

template<class Type>
XalanList< Type >::Node::Node ( const value_type theValue,
Node prevNode,
Node nextNode 
)
inline

Definition at line 171 of file XalanList.hpp.

Member Data Documentation

◆ next

template<class Type>
Node* XalanList< Type >::Node::next

Definition at line 183 of file XalanList.hpp.

◆ prev

template<class Type>
Node* XalanList< Type >::Node::prev

Definition at line 182 of file XalanList.hpp.

◆ value

template<class Type>
value_type XalanList< Type >::Node::value

Definition at line 181 of file XalanList.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