# File lib/xml/saxdriver.rb, line 78
        def initialize(*args)
          super(*args)
          @publicId = nil
          @systemId = nil
          if self.respond_to?(:setParamEntityParsing)
            self.setParamEntityParsing(PARAM_ENTITY_PARSING_UNLESS_STANDALONE)
          end
        end