17.5.4.5Class TagNode

Class TagNode( tagType, tagData ) from \
                 InfoNode(( "tag", tagData))
Properties
tag
Properties inherited from class InfoNode
infos
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

tag

Made with http://www.falconpl.org