#include "xpsh_child.h"
Functions | |
SXP_Node | getChildNo_i (SXP_Node node, int n) |
returns the n-th child of the context node | |
SXP_Node | getDirChildNo (node_xpsh *act_node, int n) |
returns the n-th child node of the a node if it's a fsx:dir node. |
|
|
|
In other words: select the n-th file of the directory specified by the context node. This function also expands all other children to get a better performance. Because otherwise, each time a next sibling should be returned, the directory is opened an traversed again.
|