# File lib/soap/encodingstyle/soapHandler.rb, line 21 def initialize(charset = nil) super(charset) @refpool = [] @idpool = [] @textbuf = [] @is_first_top_ele = true end