# File lib/xpath/expression.rb, line 204
      def to_xpath(predicate=nil)
        "not(#{@expression.to_xpath(predicate)})"
      end