xml_get_child_by_name


Description:


public unowned Node* xml_get_child_by_name (unowned Node* parent, string child_name)

Attempts to find a child element of parent named child_name.

If no such child exists, the function returns null.

Parameters:

parent

an XML node structure

child_name

element name of a child node

Returns:

a child XML node structure, or null


Namespace: E