class HTML::Node

def match(conditions)

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