Package: cxml-stp

Function nth-child

Lambda List

nth-child (n parent)

Arguments

  • n -- a non-negative integer
  • parent -- a node

Return Value

Details

Returns child node n of parent, or signals an error if n is negative or as large or larger that the number of child nodes.
 

See also