# File lib/xml/dom2/document.rb, line 207 def createEntityReference(name) ret = EntityReference.new(name) ret.ownerDocument = self ret end