org.apache.batik.bridge
Interface Bridge

All Known Subinterfaces:
ClipBridge, FilterBridge, FilterPrimitiveBridge, GenericBridge, GraphicsNodeBridge, MarkerBridge, MaskBridge, PaintBridge
All Known Implementing Classes:
AbstractSVGBridge, AbstractSVGGradientElementBridge.SVGStopElementBridge

public interface Bridge

A tagging interface that all bridges must implement. A bridge is responsible on creating an appropriate object according to an Element.


Method Summary
 java.lang.String getLocalName()
          Returns the local name of the element this Bridge is dedicated to.
 java.lang.String getNamespaceURI()
          Returns the namespace URI of the element this Bridge is dedicated to.
 

Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
Returns the namespace URI of the element this Bridge is dedicated to.

getLocalName

public java.lang.String getLocalName()
Returns the local name of the element this Bridge is dedicated to.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.