# File lib/soap/encodingstyle/literalHandler.rb, line 20
  def initialize(charset = nil)
    super(charset)
    @textbuf = ''
  end