Skip to content

_node_parent

bergsma edited this page Sep 26, 2014 · 5 revisions

#node_parent

###Returns the parent of a node.

Syntax

result = node_parent node ;

Arguments

  1. list node

A list or string variable.

Return Value

list result
  • element : Returns the parent node of the argument.

The STATUS variable is set to $ACKNOWLEDGE

  • empty string : If the argument is a root node, then it has no parent, and an empty string is returned.

The STATUS variable is set to %INVALID

Warnings

  • %INVALID : If the argument is a root node, then it has no parent, and an empty string is returned.

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