# File lib/xpath.rb, line 46
  def var(name)
    Expression::Variable.new(name)
  end