class HTML::Node

def match(conditions)

behavior.) +conditions+ may be of any type.
Returns false (subclasses must override this to provide specific matching
def match(conditions)
  false
end