One of the methods added to the IDOMNode object in the IXMLDOMNode interface in Microsoft Internet Explorer 5 (IE5) is the SelectSingleNode method. This method applies a specified pattern-matching operation to a node''s context and returns the first matching node. This behavior is similar to the SelectNode method, which returns a list of matching nodes.