# File lib/xsd/xmlparser/xmlscanner.rb, line 81
  def on_chardata(str)
    characters(str)
  end