Class REXML::Entity
In: vendor/rails/activesupport/lib/active_support/core_ext/rexml.rb
Parent: Child

Methods

Public Instance methods

[Source]

    # File vendor/rails/activesupport/lib/active_support/core_ext/rexml.rb, line 17
17:         def unnormalized
18:           document.record_entity_expansion! if document
19:           v = value()
20:           return nil if v.nil?
21:           @unnormalized = Text::unnormalize(v, parent)
22:           @unnormalized
23:         end

[Validate]