Returns true if the given value is an XML node with the node name
and if the optional attribute has the specified value.
This implementation assumes that the given value is a DOM node if the
nodeType property is numeric, that is, if isNaN returns false for
value.nodeType.
Returns true if the given value is an XML node with the node name and if the optional attribute has the specified value.
This implementation assumes that the given value is a DOM node if the nodeType property is numeric, that is, if isNaN returns false for value.nodeType.