# File lib_core/rucy/document.rb, line 156
    def initialize
      @doc_map = Hash.new
      @filter_map = Hash.new
    end