Node represents a node in a ToC tree. More...
Public Member Functions | |
| Node (string key, Node parent, string value) | |
Properties | |
| List< Node > | Children [get] |
| Inner nodes (volumes, chapters, parts). | |
| string | Key [get] |
| Content link. | |
| string | Value [get] |
| Visible name. | |
| Node | Parent [get] |
| Reference to the parent node. | |
Node represents a node in a ToC tree.