Interface CSSNode

All Superinterfaces:
Node
All Known Subinterfaces:
CSSDocument, CSSElement, DOMNode, NonDocumentTypeChildNode, ParentNode
All Known Implementing Classes:
CSSStylableElement, DOM4JUserAgent.AgentXHTMLDocumentFactory.AgentXHTMLDocument, DOMDocument, DOMElement, HTMLDocument, HTMLElement, StylableDocumentWrapper, XHTMLDocument, XHTMLElement

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.