#include <xalanc/XMLSupport/FormatterTreeWalker.hpp>
Definition at line 40 of file FormatterTreeWalker.hpp.
◆ FormatterTreeWalker()
xalanc::FormatterTreeWalker::FormatterTreeWalker |
( |
FormatterListener & |
formatterListener, |
|
|
MemoryManager &theManager |
XALAN_DEFAULT_MEMMGR |
|
) |
| |
◆ ~FormatterTreeWalker()
virtual xalanc::FormatterTreeWalker::~FormatterTreeWalker |
( |
| ) |
|
|
virtual |
◆ endNode() [1/2]
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.
◆ endNode() [2/2]
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.
◆ startNode() [1/2]
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.
◆ startNode() [2/2]
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: