method

unnormalized

v3.2.13 - Show latest stable - Class: REXML::Entity
unnormalized()
public

No documentation available.

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