# File lib/rgen/instantiator/nodebased_xml_instantiator.rb, line 101
  def on_chardata(str)
    node = @stack.last
    node.chardata << str
  end