Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
docutils.nodes.TreeCopyVisitor Class Reference
Inheritance diagram for docutils.nodes.TreeCopyVisitor:
Inheritance graph
[legend]
Collaboration diagram for docutils.nodes.TreeCopyVisitor:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, document)
 
 get_tree_copy (self)
 
 default_visit (self, node)
 
 default_departure (self, node)
 
- Public Member Functions inherited from docutils.nodes.NodeVisitor
 dispatch_visit (self, node)
 
 dispatch_departure (self, node)
 
 unknown_visit (self, node)
 
 unknown_departure (self, node)
 

Public Attributes

 parent_stack
 
 parent
 
- Public Attributes inherited from docutils.nodes.NodeVisitor
 document
 
 optional
 

Additional Inherited Members

- Static Public Attributes inherited from docutils.nodes.NodeVisitor
tuple optional = ('meta',)
 

Detailed Description

Make a complete copy of a tree or branch, including element attributes.

Constructor & Destructor Documentation

◆ __init__()

docutils.nodes.TreeCopyVisitor.__init__ (   self,
  document 
)

Reimplemented from docutils.nodes.NodeVisitor.

Member Function Documentation

◆ default_departure()

docutils.nodes.TreeCopyVisitor.default_departure (   self,
  node 
)
Restore the previous acting parent.

Reimplemented from docutils.nodes.GenericNodeVisitor.

◆ default_visit()

docutils.nodes.TreeCopyVisitor.default_visit (   self,
  node 
)
Copy the current node, and make it the new acting parent.

Reimplemented from docutils.nodes.GenericNodeVisitor.


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