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