Lines Matching defs:Node
8 * <p>Sets up a delegation listener for an event occurring inside the Node.
15 * Function filters are called for each Node up the parent axis to the
16 * subscribing container node, and receive at each level the Node and the event
17 * object. The function should return true (or a truthy value) if that Node
20 * callback will be executed for each matching Node.</p>
22 * <p>For each matching Node, the callback will be executed with its 'this'
23 * object set to the Node matched by the filter (unless a specific context was
25 * <code>currentTarget</code> will also be set to the matching Node. The
26 * containing Node from which the subscription was originally made can be
39 * @for Node
41 Y.Node.prototype.delegate = function(type) {