# File lib/xml/dom2/document.rb, line 129 def createElement(tagName) ret = Element.new(tagName) ret.ownerDocument = self ret end