# File lib/xml/dom/core.rb, line 1683 def createEntityReference(name) ret = EntityReference.new(name) ret.ownerDocument = self ret end