org.apache.batik.bridge
Interface GenericBridge
- All Superinterfaces:
- Bridge
- All Known Implementing Classes:
- SVGDescriptiveElementBridge
- public interface GenericBridge
- extends Bridge
A tagging interface that bridges for elements child of GraphicsNodeBridge
should implement.
Method Summary |
void |
handleElement(BridgeContext ctx,
org.w3c.dom.Element e)
Invoked to handle an Element for a given BridgeContext. |
handleElement
public 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 usee
- the element that describes the graphics node to build
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.