Class Node

Object
   |
   +--Node

class 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

getParentBlock

Node getParentBlock()

getXPath

String getXPath()

insertAfter

Node insertAfter(newNode, refNode)

isAncestorOf

Boolean isAncestorOf(node)

isBlock

Boolean isBlock()


Documentation generated by JSDoc on Wed Mar 15 11:59:24 2006