childrenByName


Description:

public ArrayList<XmlNode> childrenByName (string childName)

Returns all child elements with the given tag name.

Parameters:

childName

tag name to search for.

Returns:

list of matching child nodes.