![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


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',) |
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.