Interface XBLShadowTreeElement

All Superinterfaces:
Element, Node
All Known Implementing Classes:
XBLOMShadowTreeElement

public interface XBLShadowTreeElement extends Element
The interface for xbl:shadowTree elements. Eventually will move to org.w3c.dom.xbl (or some such package).
  • Method Details

    • getElementById

      Element getElementById(String elementId)
      Returns the Element that has an ID attribute with the given value.