method

record_entity_expansion

record_entity_expansion()
public

No documentation available.

# File lib/rexml/document.rb, line 275
    def record_entity_expansion
      @entity_expansion_count += 1
      if @entity_expansion_count > Security.entity_expansion_limit
        raise "number of entity expansions exceeded, processing aborted."
      end
    end