Skip to content

_node_firstchild

bergsma edited this page Sep 26, 2014 · 5 revisions

#node_firstchild

###Returns the first child of a node.

Syntax

result = node_firstchild node ;

Arguments

  1. list node

A list variable.

Return Value

list result
  • element : Returns the first child node of the argument. Child nodes are of type list. If the node has no child nodes an empty string is returned

The STATUS variable is set to $ACKNOWLEDGE

list result
  • element : Returns the first child node of the argument. Child nodes are of type list. If the node has no child nodes an empty string is returned

The STATUS variable is set to $ACKNOWLEDGE

Description

  • None

Examples

None

Related Links

node_name
node_root
node_parent
node_firstchild
node_lastchild
node_nextsibling
node_prevsibling
node_nextfirstcousin
node_nextfirstcousin
node_getnodebyattr

Clone this wiki locally