| Home | Trees | Index | Help |
|
|---|
| Package docutils :: Module nodes :: Class TreePruningException |
|
Exception --+
|
TreePruningException
NodeFound,
SkipChildren,
SkipDeparture,
SkipNode,
SkipSiblingsBase class for NodeVisitor-related tree pruning exceptions.
Raise subclasses from within visit_... or depart_... methods
called from Node.walk() and Node.walkabout() tree traversals to prune
the tree traversed.
| Method Summary | |
|---|---|
| Inherited from Exception | |
| |
| |
| |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Jul 22 05:30:26 2003 | http://epydoc.sf.net |