org.apache.batik.dom.svg
Interface IdContainer
public
interface
IdContainer
An interface for DOM nodes that can look up elements with IDs. This is
used to give common interface to {@link org.w3c.dom.Document} and
{@link org.apache.batik.dom.xbl.XBLShadowTreeElement} objects.
public Element getElementById(String id)
Returns the element with the given ID that exists in this subtree.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.