# File lib/xpath.rb, line 22
  def descendant(*expressions)
    Expression::Descendant.new(current, expressions)
  end