org.apache.batik.css
Interface HiddenChildElement
- All Known Implementing Classes:
- SVGOMElement, ExtensionElement
- public interface HiddenChildElement
This interface allows an element to be considered as the child
of another element without being added to the DOM tree.
getParentElement
public Element getParentElement()
- The parent element of this element.
setParentElement
public void setParentElement(Element elt)
- Sets the parent element of this element.
Copyright © 2001 Apache Software Foundation. All Rights Reserved.