org.apache.batik.bridge
Interface GenericBridge

All Superinterfaces:
Bridge
All Known Implementing Classes:
SVGDescElementBridge, SVGTitleElementBridge

public interface GenericBridge
extends Bridge

A tagging interface that bridges for elements child of GraphicsNodeBridge should implement.

Version:
$Id: GenericBridge.java,v 1.2 2003/08/08 11:38:50 vhardy Exp $
Author:
Vincent Hardy, Thierry Kormann

Method Summary
 void handleElement(BridgeContext ctx, org.w3c.dom.Element e)
          Invoked to handle an Element for a given BridgeContext.
 
Methods inherited from interface org.apache.batik.bridge.Bridge
getInstance, getLocalName, getNamespaceURI
 

Method Detail

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 use
e - the element that describes the graphics node to build


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.