get_child_by_name


Description:

public abstract Object? get_child_by_name (string name)

Looks up a child element by the given name.

This virtual method has a default implementation that uses Object together with get_name. If the interface is to be used with Objects, this methods needs to be overridden.

Parameters:

this

the parent object to get the child from

name

the child's name

Returns:

the child object or null if not found.