class REXML::Light::Node

def =~( path )

def =~( path )
  XPath.match( self, path )
end