protected void dispatchSVGLoadEvent(BridgeContext ctx,
ScriptingEnvironment se) {
se.loadScripts();
se.dispatchSVGLoadEvent();
if (ctx.isSVG12() && ctx.xblManager != null) {
SVG12BridgeContext ctx12 = (SVG12BridgeContext) ctx;
ctx12.addBindingListener();
ctx12.xblManager.startProcessing();
}
}