2 summary:: An SCDoc parsed document node
3 related:: Classes/SCDoc
4 categories:: HelpSystem
7 This class is used internally by link::Classes/SCDoc:: to represent a node in the parsed document tree returned by the parser. It has an id symbol, optional text and optional children.
16 private:: addDivAfter, makeDiv, notPrivOnly, printOn, sort, sortClassDoc
19 The node ID. A link::Classes/Symbol::
22 Text associated with this node. A link::Classes/String:: or nil.
25 Children of this node. A link::Classes/Array:: or nil.
28 Merge another document node tree with this one. Used by document additions (*.ext.schelp)
30 Another SCDocNode instance.
33 Find the first child of this node with specified id.
35 A link::Classes/Symbol::