method
record_entity_expansion
record_entity_expansion()
public
Hide source
# File lib/rexml/document.rb, line 274 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