# File lib/xpath/expression.rb, line 280
    def to_xpath(predicate=nil)
      raise NotImplementedError, "please implement in subclass"
    end