# File rexml/sax2parser.rb, line 71 def initialize @listeners = [] @procs = [] @namespace_stack = [] @tag_stack = [] end