Name |
ReadNested | |
Purpose |
Processes embedded data with the specified representation. | |
Description |
The ReadNested function may be used only as an I/O expression. Specify it as the I/O expression of the element to contain the data to be read. Specifying this function will cause the data normally read for this element to be processed using the representation of the structure from which this element inherits. Used this to handle mapping of embedded data of a different representation. You may use this function in multiple map elements in order to read multiple files. You may not however nest the use of this function. In other words, if a map element contains an I/O expression, no subordinate map element may contain an I/O expression. See the discussion on Input/Output for further details. | |
Return Type |
N/A (this function may be used only as an I/O expression) | |
Property | Representation | The representation type to select when processing this URL. This is used if multiple representations are available in the structure controlling the I/O (the structure inheriting this element). |