org.apache.batik.bridge
public interface GenericBridge extends Bridge
Modifier and Type | Method and Description |
---|---|
void |
handleElement(BridgeContext ctx,
org.w3c.dom.Element e)
Invoked to handle an Element for a given BridgeContext.
|
getInstance, getLocalName, getNamespaceURI
void handleElement(BridgeContext ctx, org.w3c.dom.Element e)
ctx
- the bridge context to usee
- the element being handledCopyright ? 2008 Apache Software Foundation. All Rights Reserved.