43 44 45
# File 'lib/taka/dom/document.rb', line 43 def createTextNode data Nokogiri::XML::Text.new(data, self) end