# File src/rexml/text.rb, line 158
                def value
                        @unnormalized if @unnormalized
                        doctype = nil
                        if @parent
                                doc = @parent.document
                                doctype = doc.doctype if doc
                        end
                        @unnormalized = Text::unnormalize( @string, doctype )
                end