A node that should standout.
Class StandoutNode( type, data ) from \
Node(( type, data))
This node is somewhere in the syntree, but it must be brougt to a general list of standout nodes.
Used for tocs, categories, footnotes and so on.
| Properties | |
| standout |
| Properties inherited from class Node | |
| add | |
| standout | If true, will be moved notified to the renderer while processing. |
| type | |
| Properties inherited from class Node | |
| content | |
| firstChild | |
| lastChild | |
| next | |
| parent | |
| prev | |
| Methods inherited from class Node | |
| appendChild | Adds a child after the already present children. |
| change | Exchange this node with another one. node The new node. |
| insertAfter | Inserts the parameter after this node node The node to be inserted. |
| insertBefore | Inserts the parameter before this node node The node to be inserted. |
| prependChild | Adds a child in front of the children |
| remove | Detach this node from the tree |
| traverse | Recursively traverse the node tree |