template<typename Predicate >
xml_node pugi::xml_node::find_child ( Predicate  pred  )  const [inline]

Find child node using predicate

Parameters:
pred - predicate, that takes xml_node and returns bool
Returns:
first child node for which predicate returned true, or empty node