class Nokogiri::XML::SAX::Document
def reference(name, content)
Since v1.17.0
⚠ An internal entity may result in a call to both #characters and #reference.
⚠ Please see Document@Entity+Handling for important information about how entities are handled.
- +content+ (String, nil) is the replacement text for the entity, if known
- +name+ (String) is the name of the entity
[Parameters]
Called when a parsed entity is referenced and not replaced.
##
def reference(name, content) end