public interface GenericBridge extends Bridge
GraphicsNodeBridge
should implement.| Modifier and Type | Method and Description |
|---|---|
void |
handleElement(BridgeContext ctx,
Element e)
Invoked to handle an
Element for a given BridgeContext. |
getInstance, getLocalName, getNamespaceURIvoid handleElement(BridgeContext ctx, Element e)
Element for a given BridgeContext.
For example, see the SVGTitleElementBridge.ctx - the bridge context to usee - the element being handledCopyright © 2000–2017 Apache Software Foundation. All rights reserved.