# File lib/xml/dom/core.rb, line 1605
      def createElement(tagName)
        ret = Element.new(tagName)
        ret.ownerDocument = self
        ret
      end