Lines Matching defs:Node
9 * @for Node
11 * @param {HTMLElement | Node} node Node to be removed
12 * @return {Node} The removed node
28 * @return {Node} The clone
102 Y.Node.prototype[method] = function(arg1, arg2, arg3) {
115 Y.Node.prototype.removeAttribute = function(attr) {
124 Y.Node.importMethod(Y.DOM, [
128 * @param {Node | HTMLElement} needle The possible node or descendent
136 * @for Node
146 * @for Node
157 * @for Node
176 Y.NodeList.importMethod(Y.Node.prototype, [
181 * @see Node
192 * @see Node
204 * @see Node