find


Description:

public XmlNode find (string tag)

Searches for the first child node of this named tag.

Parameters:

this

a XmlNode

tag

the name of a node

Returns:

the first child node, or null if it doesn't exist.