method
=~
=~( path )
public
Hide source
# File lib/rexml/light/node.rb, line 98 def =~( path ) XPath.match( self, path ) end