init();
}
protected void init() {
getSharedContext().setReplacedElementFactory(
new SWTXhtmlReplacedElementFactory(this));
if (Configuration.isTrue("xr.use.listeners", true)) {
new HoverListener(this);
new CursorListener(this);
new LinkListener(this);
}