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