xml_node pugi::xml_node::next_sibling ( const char *  name  )  const

Get first of following sibling nodes with the specified name

Parameters:
name - sibling name
Returns:
node with the specified name, if any; empty node otherwise