Class: REXML::Entity

Inherits:
Child
  • Object
show all
Defined in:
lib/ews/transaction/rexml-expansion-fix.rb

Instance Method Summary collapse

Instance Method Details

#unnormalizedObject



20
21
22
23
24
25
26
# File 'lib/ews/transaction/rexml-expansion-fix.rb', line 20

def unnormalized
  document.record_entity_expansion!
  v = value()
  return nil if v.nil?
  @unnormalized = Text::unnormalize(v, parent)
  @unnormalized
end