# File lib/libxml/sax_callbacks.rb, line 89
        def on_end_document
          STDOUT << "on_end_document\n"
          STDOUT.flush
        end