public interface CSSNavigableNode
Modifier and Type | Method and Description |
---|---|
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.
|
Node getCSSParentNode()
Node getCSSPreviousSibling()
Node getCSSNextSibling()
Node getCSSFirstChild()
Node getCSSLastChild()
boolean isHiddenFromSelectors()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.