org.apache.batik.css
Interface HiddenChildElement

All Known Implementing Classes:
AbstractElement

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.
 CSSOMReadOnlyStyleDeclaration getStyleDeclaration()
          Gets the style of this element.
 void setParentElement(Element elt)
          Sets the parent element of this element.
 void setStyleDeclaration(CSSOMReadOnlyStyleDeclaration sd)
          Sets the style 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.

getStyleDeclaration

public CSSOMReadOnlyStyleDeclaration getStyleDeclaration()
Gets the style of this element.

setStyleDeclaration

public void setStyleDeclaration(CSSOMReadOnlyStyleDeclaration sd)
Sets the style of this element.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.