libzzub 0.2
const char * pugi::xml_node::child_value ( const char *  name) const

Get child value of child with specified name.

See also:
child_value node.child_value(name) is equivalent to node.child(name).child_value()
Parameters:
name- child name
Returns:
child value of specified child node, if any; "" otherwise