class Nokogiri::XML::SAX::Document

def characters(string)


⚠ This method might be called multiple times for a contiguous string of characters.

⚠ Please see Document@Entity+Handling for important information about how entities are handled.

- +string+ contains the character data or entity replacement text
[Parameters]

ParserContext#replace_entities is +true+.
Called when character data is parsed, and for parsed entities when
##
def characters(string)
end