Parent

Methods

Class/Module Index [+]

Quicksearch

REXML::Entity

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.