# File lib/libxml/sax_callbacks.rb, line 104 def on_error(error) STDOUT << "on_error" << "\n" " error " << error << "\n" STDOUT.flush end