class REXML::Parsers::BaseParser

def unshift token

has (theoretically) infinite depth.
Push an event back on the head of the stream. This method
def unshift token
  @stack.unshift(token)
end