org.apache.batik.css
Class HiddenChildElementSupport

java.lang.Object
  |
  +--org.apache.batik.css.HiddenChildElementSupport

public class HiddenChildElementSupport
extends java.lang.Object

This class provides utility methods for HiddenChildElement support.


Constructor Summary
protected HiddenChildElementSupport()
          This class does not need to be instanciated.
 
Method Summary
static Element getParentElement(Element e)
          Returns the parent element.
static void setStyle(Element e, AbstractViewCSS ev, Element src, AbstractViewCSS srcv)
          Recursively imports the style from the 'src' element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenChildElementSupport

protected HiddenChildElementSupport()
This class does not need to be instanciated.
Method Detail

getParentElement

public static Element getParentElement(Element e)
Returns the parent element.

setStyle

public static void setStyle(Element e,
                            AbstractViewCSS ev,
                            Element src,
                            AbstractViewCSS srcv)
Recursively imports the style from the 'src' element.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.