Searched refs:childNames (Results 1 – 1 of 1) sorted by relevance
144 GetFirstChild : function( node, childNames ) argument147 if ( typeof ( childNames ) == 'string' )148 childNames = [ childNames ] ;153 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) )162 GetLastChild : function( node, childNames ) argument165 if ( typeof ( childNames ) == 'string' )166 childNames = [ childNames ] ;171 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) )