Documentation

XML::Node::Child

Method in Node

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

Returns XML::Node