node = node.firstChild; if(node && node.nodeType != 1){ node = this._nextElement(node); } return node;