|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Node
Method Summary | |
Node
|
getParentBlock()
Climbs toward the root of the DOM tree until it finds an ancestor node for which isBlock is true, or it reaches the documentElement. |
String
|
getXPath()
Returns a simple unique XPath location for this node. |
Node
|
insertAfter(newNode, refNode)
A simple convenience function which inserted the newNode after the referenceNode. |
Boolean
|
isAncestorOf(node)
Climbs the DOM tree until it finds the given node, or the documentElement. |
Boolean
|
isBlock()
Checks to see if this node has a CSS display property which matches the matchDisplayBlock regular expression (defined globally at the top of this file). |
Method Detail |
Node getParentBlock()
String getXPath()
Node insertAfter(newNode, refNode)
Boolean isAncestorOf(node)
node
- The node which might be an ancestor of this node.
Boolean isBlock()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |