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