Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
docutils.nodes.SparseNodeVisitor Class Reference
Inheritance diagram for docutils.nodes.SparseNodeVisitor:
Inheritance graph
[legend]
Collaboration diagram for docutils.nodes.SparseNodeVisitor:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from docutils.nodes.NodeVisitor
 __init__ (self, document)
 
 dispatch_visit (self, node)
 
 dispatch_departure (self, node)
 
 unknown_visit (self, node)
 
 unknown_departure (self, node)
 
- Public Attributes inherited from docutils.nodes.NodeVisitor
 document
 
 optional
 
- Static Public Attributes inherited from docutils.nodes.NodeVisitor
tuple optional = ('meta',)
 

Detailed Description

Base class for sparse traversals, where only certain node types are of
interest.  When ``visit_...`` & ``depart_...`` methods should be
implemented for *all* node types (such as for `docutils.writers.Writer`
subclasses), subclass `NodeVisitor` instead.

The documentation for this class was generated from the following file: