next up previous contents
Next: setScalarValue Up: General functions Previous: addNode

getNode

HL_Node* getNode (HL_NodeList* nodelist,const char* nodeName)

Provides a reference to a node from a node list.

Note: A reference to the node is returned, so do not release the node when finished with the node.

Arguments:

nodelist: The node list.

nodeName: A string identifying the node to extract.

Returns (a reference to) the node if it is found, and NULL if not.




2000-08-08