THtmlNode() > Html Node data |
Sibling nodes of an HTML node.
Note: | READONLY | Data type: | A | Default: | NIL |
The instance variable :siblingNodes contains a one dimensional array of THtmlNode objects representing the sibling nodes of the self object. Sibling nodes have the same nesting level in the tree of objects as the self object. When the object is a leaf or the root object, :siblingNodes contains NIL.
Note: if :siblingNodes contains an array, the self object is contained in this array as well.
http://www.xHarbour.com