Class Node

Object
   |
   +--Node

class Node

 
Method Summary
 Object getParentBlock()
           Node - Get Parent Block - Climbs the DOM tree until it finds an ancestor node for which isBlock is true, or it reaches the documentElement.
 Object insertAfter(newNode, refNode)
           Node - Insert After - A simple convenience function which inserted the newNode after the referenceNode
 Object isAncestorOf(node)
           Node - Is Ancestor - Climbs the DOM tree until it finds the given node, or the documentElement.
 Object isBlock()
           Node - Is Block - Checks to see if this node has a CSS display property which matches the matchDisplayBlock regular expression.


Method Detail

getParentBlock

Object getParentBlock()

insertAfter

Object insertAfter(newNode, refNode)

isAncestorOf

Object isAncestorOf(node)

isBlock

Object isBlock()


Documentation generated by JSDoc on Wed Jun 29 22:15:33 2005