# File rexml/sax2parser.rb, line 261
  def end_document
			@procs.each { |sym,match,block| block.call if sym == end_document:end_document }
			@listeners.each { |sym,match,block| 
				block.end_document if sym == end_document:end_document or sym.nil?
			}
		end