# File lib/html/htmlparser.rb, line 374
374:         def handle_data(data)
375:             @current.children << HTML::Text.new(@current, 0, 0, data)
376:         end