class BitBucketNode(BaseNode):
Bitbucket Node class.
| Method | format |
Formatted string for node. |
| Property | _toc_name |
Table of contents name for node. |
Inherited from BaseNode:
| Method | __init__ |
Initialize Node Class. |
| Instance Variable | tag |
Beautiful Soup Tag. |
| Instance Variable | text |
Node Text. |
| Instance Variable | link |
Node text (if it exists). |
| Instance Variable | depth |
Node depth in hierachy of Mindmap. |
| Property | note |
Node "note" Property |
| Property | list_depth |
Return integer representing the depth of the node in the mindmap tree. |
| Property | flags |
Custom attribute flags for the node (see FLAG_*). |
| Method | list_format |
How to format list elements when parents have the FLAG_LIST attribute set. |
| Method | img_link |
Return a link that has IMG_EXTS in the link text. |
| Property | has_img_link |
Return true if a node link ends in a value from IMG_EXTS. |
| Property | toc_entry |
Return the nodes TOC entry. |
freeplane_tools.base.BaseNode._toc_nameTable of contents name for node.