[All Packages]  [This Package]  [Previous Class]  [Next Class]

Class: NodeList

This class contains methods for extracting nodes from a NodeList


Method Index

item Return nth node in list
getLength Return number of nodes in list
free Free the node list

Methods

item

Function:
Return nth node in node list

Prototype:
Node* item(size_t index)

Arguments:
size_t index-- zero-based node number

Returns:
Pointer to index'th node in list

getLength

Function:
Return number of nodes in list

Prototype:
size_t getLength()

Arguments:
None

Returns:
Number of nodes in list

free

Function:
Free the node list

Prototype:
void free()

Arguments:
None

Returns:
Nothing