# File lib/scrubyt/core/scraping/constraint.rb, line 105
    def self.add_ensure_presence_of_ancestor_node(node_name, attributes)
      Constraint.new([node_name, attributes],
                     CONSTRAINT_TYPE_ENSURE_PRESENCE_OF_ANCESTOR_NODE)
    end