# File lib/xpath/expression.rb, line 234
    def next_sibling(*expressions)
      Expression::NextSibling.new(current, expressions)
    end