HAPI.NodeList Class Module

Startpage
Overview
Index
HAPI
   |
   HAPI.NodeList

Properties

AtEnd() [[As Boolean]] (R)
AtFront() [[As Boolean]] (R)
CurrentNode() [[As Node]] (R)
count() [[As Long]] (R)

Sub Procedures

AddNode(nd As Node)
GotoFirst()
GotoNext()
RemoveCurrentNode()
Removes the current node.

Functions

GetNodeByPointer(lNode As Long) As Node
GetNodeCollection() As Collection
RemoveNode(nd As Node) As Boolean
Removes a node without changing reference to current node.

Description

The NodeList class is a private collection object representing a collection of Node objects. This class is used internally in this ActiveX server instead of the standard VB Collection object for performance gains (using it we are able to do early bindings).
HUGIN Expert A/S, 2008 - comments to activex@hugin.com