Lines Matching defs:value
46 store the retrieved value in the result object. If `locator` is
52 to convert the input value into a normalized type. Parser
53 functions are passed the value as input and are expected to
54 return a value.
56 assignment as the result field value. This object follows the same
59 If no value parsing or nested parsing is needed, you can use XPath locators
62 `response.results` will contain an array of objects with key:value pairs.
133 * Get an XPath-specified value for a given field from an XML node or document.
138 * @return {Object} Data value or null.
145 result, res, value = null;
150 value = res.textContent || res.value || res.text || res.innerHTML || null;
160 return Y.DataSchema.Base.parse.call(this, value, field);
209 // grab attribute value @
233 values[0] = {value: context};
237 values[0] = {value: context.innerHTML};
323 // Find each field value