@Override
 public void compose(
     @NotNull final StringBuffer buf,
     @NotNull final RefEntity refEntity,
     @NotNull final HTMLComposer composer) {
   composer.appendElementInReferences(buf, (RefElement) refEntity);
 }