Class SVG12ScriptingEnvironment


public class SVG12ScriptingEnvironment extends ScriptingEnvironment
Manages scripting handlers for SVG 1.2 'handler' elements.
Version:
$Id: SVG12ScriptingEnvironment.java 1851346 2019-01-15 13:41:00Z ssteiner $
  • Field Details

    • HANDLER_SCRIPT_DESCRIPTION

      public static final String HANDLER_SCRIPT_DESCRIPTION
      Constant used to describe handler scripts. {0} - URL of document containing script. {1} - Event type {2} - Event namespace {3} - line number of element.
      See Also:
    • handlerScriptingListeners

      protected TriplyIndexedTable handlerScriptingListeners
      The listeners for XML Events style handlers. Maps (event namespace, event local name, element) to a handler.
  • Constructor Details

    • SVG12ScriptingEnvironment

      public SVG12ScriptingEnvironment(BridgeContext ctx)
      Creates a new SVG12ScriptingEnvironment.
      Parameters:
      ctx - the bridge context
  • Method Details