class documentation

class ContentsFilter(nodes.TreeCopyVisitor):

View In Hierarchy

Undocumented

Method get​_entry​_text Undocumented
Method ignore​_node​_but​_process​_children Undocumented
Method visit​_citation​_reference Undocumented
Method visit​_footnote​_reference Undocumented
Method visit​_image Undocumented

Inherited from TreeCopyVisitor:

Method __init__ Undocumented
Method default​_departure Restore the previous acting parent.
Method default​_visit Copy the current node, and make it the new acting parent.
Method get​_tree​_copy Undocumented
Instance Variable parent Undocumented
Instance Variable parent​_stack Undocumented

Inherited from NodeVisitor (via TreeCopyVisitor, GenericNodeVisitor):

Method dispatch​_departure Call self."depart_ + node class name" with node as parameter. If the depart_... method does not exist, call self.unknown_departure.
Method dispatch​_visit Call self."visit_ + node class name" with node as parameter. If the visit_... method does not exist, call self.unknown_visit.
Method unknown​_departure Called before exiting unknown Node types.
Method unknown​_visit Called when entering unknown Node types.
Class Variable optional Tuple containing node class names (as strings).
Instance Variable document Undocumented
def get_entry_text(self):

Undocumented

def ignore_node_but_process_children(self, node):

Undocumented

def visit_citation_reference(self, node):

Undocumented

def visit_footnote_reference(self, node):

Undocumented

def visit_image(self, node):

Undocumented