Interface GenericBridge

    • Method Detail

      • handleElement

        void handleElement​(BridgeContext ctx,
                           org.w3c.dom.Element e)
        Invoked to handle an Element for a given BridgeContext. For example, see the SVGTitleElementBridge.
        Parameters:
        ctx - the bridge context to use
        e - the element being handled