Package org.apache.batik.dom.svg
Interface IdContainer
-
- All Known Implementing Classes:
SVG12OMDocument,SVGOMDocument,SVGOMUseShadowRoot,XBLOMShadowTreeElement
public interface IdContainerAn interface for DOM nodes that can look up elements with IDs. This is used to give common interface toDocumentandXBLShadowTreeElementobjects.- Version:
- $Id: IdContainer.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.ElementgetElementById(java.lang.String id)Returns the element with the given ID that exists in this subtree.
-