Lines Matching defs:values
63 The keys are the field identifier `key`s, and the values are the data
64 values extracted from the nodes or attributes found by the field `locator`
68 XPath locators in _schema.metaFields_. The collected values will be
106 locate/assign values in the response records. See above for
187 var values=[], locatorArray = locator.split(/\b\/\b/), i=0, l=locatorArray.length, location, subloc, m, isNth;
193 values = context.selectNodes(locator);
233 values[0] = {value: context};
237 values[0] = {value: context.innerHTML};
241 values = Y.Array(context.childNodes, 0, true);
251 if (this.index >= this.values.length) {return undefined;}
252 var result = this.values[this.index];
257 values: values