package org.apache.batik.bridge; public interface Bridge { Bridge getInstance(); String getLocalName(); String getNamespaceURI(); }