org.apache.batik.dom.xbl

Interface XBLShadowTreeElement

public interface XBLShadowTreeElement extends Element

The interface for xbl:shadowTree elements. Eventually will move to org.w3c.dom.xbl (or some such package).
Method Summary
ElementgetElementById(String elementId)
Returns the Element that has an ID attribute with the given value.

Method Detail

getElementById

public Element getElementById(String elementId)
Returns the Element that has an ID attribute with the given value.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.