|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for DOM classes that can be navigated for CSS selector matching and cascade computation.
| Method Summary | |
Node |
getCSSFirstChild()
Returns the CSS first child node of this node. |
Node |
getCSSLastChild()
Returns the CSS last child of this node. |
Node |
getCSSNextSibling()
Returns the CSS next sibling node of this node. |
Node |
getCSSParentNode()
Returns the CSS parent node of this node. |
Node |
getCSSPreviousSibling()
Returns the CSS previous sibling node of this node. |
boolean |
isHiddenFromSelectors()
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across. |
| Method Detail |
public Node getCSSParentNode()
public Node getCSSPreviousSibling()
public Node getCSSNextSibling()
public Node getCSSFirstChild()
public Node getCSSLastChild()
public boolean isHiddenFromSelectors()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||