org.apache.batik.dom.svg
Interface IdContainer
- All Known Implementing Classes:
- SVGOMUseShadowRoot
public interface IdContainer
An interface for DOM nodes that can look up elements with IDs. This is
used to give common interface to Document and
XBLShadowTreeElement objects.
- Version:
- $Id: IdContainer.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Cameron McCormack
getElementById
Element getElementById(String id)
- Returns the element with the given ID that exists in this subtree.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.