17.5.4.3Class Node

Class Node( type, text ) from \
                 struct.tree.Node(( text))
Properties
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

add

standout

If true, will be moved notified to the renderer while processing.

type

Made with http://www.falconpl.org