= private = protected
to_s()
Returns the attribute value, with entities replaced
# File lib/rexml/attribute.rb, line 127 def to_s return @normalized if @normalized @normalized = Text::normalize( @unnormalized, doctype ) @unnormalized = nil @normalized end