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.


Method Summary
 Element getParentElement()
          The parent element of this element.
 void setParentElement(Element elt)
          Sets the parent element of this element.
 

Method Detail

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.