org.apache.batik.bridge

Interface Bridge

public interface Bridge

A tagging interface that all bridges must implement. A bridge is responsible for creating and maintaining an appropriate object according to an Element.
Method Summary
BridgegetInstance()
Returns a new instance of this bridge.
StringgetLocalName()
Returns the local name of the element this Bridge is dedicated to.
StringgetNamespaceURI()
Returns the namespace URI of the element this Bridge is dedicated to.

Method Detail

getInstance

public Bridge getInstance()
Returns a new instance of this bridge.

getLocalName

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

getNamespaceURI

public String getNamespaceURI()
Returns the namespace URI of the element this Bridge is dedicated to.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.