childrenByTags(tag) gets all children of the node that have
the tag specified. The methods fetch the children of the node in a deep (recursive)
fashion.
Returns
An array of ScriptNode objects that corresponds to the children of the node with the specified tag.