if (null == autocompleteRenderer) {
return XDIMEResult.SKIP_ELEMENT_BODY;
}
autocompleteRenderer.renderLiOpen(
protocol, (ListItemAttributes) protocolAttributes);
} else {
// default rendring
protocol.writeOpenListItem((ListItemAttributes) protocolAttributes);
}