#include <xalanc/XMLSupport/FormatterTreeWalker.hpp>
Definition at line 40 of file FormatterTreeWalker.hpp.
xalanc::FormatterTreeWalker::FormatterTreeWalker |
( |
FormatterListener & |
formatterListener, |
|
|
MemoryManager &theManager |
XALAN_DEFAULT_MEMMGR |
|
) |
| |
virtual xalanc::FormatterTreeWalker::~FormatterTreeWalker |
( |
| ) |
|
|
virtual |
virtual bool xalanc::FormatterTreeWalker::endNode |
( |
const XalanNode * |
node | ) |
|
|
protectedvirtual |
Called when leaving a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements xalanc::TreeWalker.
virtual bool xalanc::FormatterTreeWalker::endNode |
( |
XalanNode * |
node | ) |
|
|
protectedvirtual |
Called when leaving a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements xalanc::TreeWalker.
virtual bool xalanc::FormatterTreeWalker::startNode |
( |
const XalanNode * |
node | ) |
|
|
protectedvirtual |
Called when first walking a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements xalanc::TreeWalker.
virtual bool xalanc::FormatterTreeWalker::startNode |
( |
XalanNode * |
node | ) |
|
|
protectedvirtual |
Called when first walking a node.
- Parameters
-
- Returns
- return false if the walk should continue, or true if it should not.
Implements xalanc::TreeWalker.
The documentation for this class was generated from the following file: