List of all members.
Public Member Functions
Protected Member Functions
Constructor & Destructor Documentation
virtual FormatterTreeWalker::~FormatterTreeWalker |
( |
| ) |
[virtual] |
Member Function Documentation
virtual bool FormatterTreeWalker::endNode |
( |
const XalanNode * |
node | ) |
[protected, virtual] |
Called when leaving a node.
- Parameters:
-
- Returns:
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
virtual bool FormatterTreeWalker::endNode |
( |
XalanNode * |
node | ) |
[protected, virtual] |
Called when leaving a node.
- Parameters:
-
- Returns:
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
virtual bool FormatterTreeWalker::startNode |
( |
const XalanNode * |
node | ) |
[protected, virtual] |
Called when first walking a node.
- Parameters:
-
- Returns:
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
virtual bool FormatterTreeWalker::startNode |
( |
XalanNode * |
node | ) |
[protected, virtual] |
Called when first walking a node.
- Parameters:
-
- Returns:
- return false if the walk should continue, or true if it should not.
Implements TreeWalker.
The documentation for this class was generated from the following file: