Package docutils :: Module nodes :: Class TreePruningException
[show private | hide private]
[frames | no frames]

Class TreePruningException

Exception --+
            |
           TreePruningException

Known Subclasses:
NodeFound, SkipChildren, SkipDeparture, SkipNode, SkipSiblings

Base 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
  __init__(...)
  __getitem__(...)
  __str__(...)

Generated by Epydoc 2.0 on Tue Jul 22 05:30:26 2003 http://epydoc.sf.net