org.apache.batik.css.engine
Interface CSSStyleSheetNode


public interface CSSStyleSheetNode

This interface must be implemented by the DOM nodes which represent CSS style-sheets.

Version:
$Id: CSSStyleSheetNode.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Stephane Hillion

Method Summary
 StyleSheet getCSSStyleSheet()
          Returns the StyleSheet object this node represents.
 

Method Detail

getCSSStyleSheet

StyleSheet getCSSStyleSheet()
Returns the StyleSheet object this node represents. The result is null if no style-sheet is available.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.