Interface CSSNode

All Superinterfaces:
Node
All Known Subinterfaces:
CSSDocument, CSSElement, DOMNode, NonDocumentTypeChildNode, ParentNode
All Known Implementing Classes:
DOMDocument, DOMElement, HTMLDocument, HTMLElement, StylableDocumentWrapper

public interface CSSNode extends Node
A node that is related to a CSSDocument.

Note that nodes in a valid CSSDocument may or may not implement this interface, i.e. you should not expect all nodes to implement this.