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 12
12:       def unnormalized
13:         document.record_entity_expansion! if document
14:         v = value()
15:         return nil if v.nil?
16:         @unnormalized = Text::unnormalize(v, parent)
17:         @unnormalized
18:       end

[Validate]