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

[Validate]