org.apache.batik.css.engine
Interface CSSStyleSheetNode

All Known Implementing Classes:
SVGOMStyleElement, SVGStyleSheetProcessingInstruction

public interface CSSStyleSheetNode

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

Version:
$Id: CSSStyleSheetNode.java,v 1.2 2003/08/08 11:38:54 vhardy Exp $
Author:
Stephane Hillion

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

Method Detail

getCSSStyleSheet

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



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.