Searched refs:GetNextNode (Results 1 – 5 of 5) sorted by relevance
481 FCKTools.GetNextNode = function( node, limitNode ) function505 node = this.GetNextNode( textnode, limitNode ) ;510 node = this.GetNextNode( node, limitNode ) ;
37 …GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function
36 …GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function
47 …GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function
51 …GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function