chickadee » sxpath » select-first-kid

select-first-kid test-pred?procedure

Given a node, return the first child that satisfies the test-pred?. Given a nodeset, traverse the set until a node is found whose first child matches the predicate. Returns #f if there is no such a child to be found.