org.apache.batik.css.engine
public interface CSSNavigableNode
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
getCSSFirstChild()
Returns the CSS first child node of this node.
|
org.w3c.dom.Node |
getCSSLastChild()
Returns the CSS last child of this node.
|
org.w3c.dom.Node |
getCSSNextSibling()
Returns the CSS next sibling node of this node.
|
org.w3c.dom.Node |
getCSSParentNode()
Returns the CSS parent node of this node.
|
org.w3c.dom.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.
|
org.w3c.dom.Node getCSSParentNode()
org.w3c.dom.Node getCSSPreviousSibling()
org.w3c.dom.Node getCSSNextSibling()
org.w3c.dom.Node getCSSFirstChild()
org.w3c.dom.Node getCSSLastChild()
boolean isHiddenFromSelectors()
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.