method
record_entity_expansion

v1_8_7_330 -
Show latest stable
-
0 notes -
Class: REXML::Document
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330 (0)
- 1_9_1_378 (0)
- 1_9_2_180 (0)
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- What's this?
record_entity_expansion()
public
Hide source
# File lib/rexml/document.rb, line 218 def record_entity_expansion @entity_expansion_count += 1 if @entity_expansion_count > @@entity_expansion_limit raise "number of entity expansions exceeded, processing aborted." end end