/**
* Create the style sheet renderer that this protocol requires and
* store it in {@link #styleSheetRenderer}.
*/
protected void createStyleEmulationRenderer() {
styleEmulationRenderer = new DefaultStyleEmulationRenderer(
protocolConfiguration.getStyleEmulationPropertyRendererSelector());
}