org.apache.batik.css
Interface ExtendedElementCSSInlineStyle

All Superinterfaces:
ElementCSSInlineStyle
All Known Implementing Classes:
SVGOMTextContentElement, SVGStylableElement, StylableExtensionElement

public interface ExtendedElementCSSInlineStyle
extends ElementCSSInlineStyle

This interface extends the ElementCSSInlineStyle.


Method Summary
 boolean hasStyle()
          Whether the element that implements this interface has a specified style attribute.
 
Methods inherited from interface org.w3c.dom.css.ElementCSSInlineStyle
getStyle
 

Method Detail

hasStyle

public boolean hasStyle()
Whether the element that implements this interface has a specified style attribute.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.