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$
-
Method Summary
Modifier and TypeMethodDescriptionReturns the StyleSheet object this node represents.
-
Method Details
-
getCSSStyleSheet
StyleSheet getCSSStyleSheet()Returns the StyleSheet object this node represents. The result is null if no style-sheet is available.
-