XML::Node Child(const string&in name) const
Get the child node within this node that matches the tag name. For example, to get the tag <abc>, call Child("abc").
string name
string
name
XML::Node