|
|
typedef std::map< typename T::node_data_t::xml_tag_t, short unsigned int > | tag_selector_t |
| |
|
| int | visitPrefix (T &tree, const typename T::path_t &path) override |
| | Tasks to be executed before traversing child nodes.
|
| |
| int | visitPostfix (T &tree, const typename T::path_t &path) override |
| | Tasks to be executed after traversing child nodes.
|
| |
|
|
tag_selector_t | tagSelector |
| |
◆ visitPostfix()
template<class T >
| int visitPostfix |
( |
T & |
tree, |
|
|
const typename T::path_t & |
path |
|
) |
| |
|
overridevirtual |
Tasks to be executed after traversing child nodes.
Reimplemented from TreeVisitor< T >.
◆ visitPrefix()
template<class T >
| int visitPrefix |
( |
T & |
tree, |
|
|
const typename T::path_t & |
path |
|
) |
| |
|
inlineoverridevirtual |
Tasks to be executed before traversing child nodes.
Reimplemented from TreeVisitor< T >.
The documentation for this class was generated from the following file: