# File lib/xml/dom/core.rb, line 1696 def createDocumentFragment ret = DocumentFragment.new ret.ownerDocument = self ret end