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