package org.apache.batik.dom.svg; import org.w3c.dom.Element; public interface IdContainer { Element getElementById(String str); }