# File lib/xml/dom/core.rb, line 1813 def nodeValue ret = "" @children.each do |child| ret << child.nodeValue end if @children ret end