# File lib/xsd/xmlparser/xmlscanner.rb, line 91
  def on_entityref(ref)
    characters(ENTITY_REF_MAP[ref])
  end