child


Description:

public XmlNode? child (string childName)

Returns the first child element with the given tag name.

Parameters:

childName

tag name to search for.

Returns:

matching child node, or null if not found.