17.5.4.4Class StandoutNode

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
standoutIf 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
appendChildAdds a child after the already present children.
changeExchange this node with another one. node The new node.
insertAfterInserts the parameter after this node node The node to be inserted.
insertBeforeInserts the parameter before this node node The node to be inserted.
prependChildAdds a child in front of the children
removeDetach this node from the tree
traverseRecursively traverse the node tree

Properties

standout

Made with http://www.falconpl.org