The result returned by this property depends on the iterator type:
-
Element Iterator:
The property returns the full value of the current element.
This is the same as the expression:
iterator.element.fullValue
-
Attribute Iterator iterating by attributes:
The property returns the full value of the current attribute.
This is the same as the expression:
iterator.attr.fullValue
-
Attribute Iterator iterating by multiple values of an attribute:
The property returns the current value.
Property Scope:
This property is valid only within the iterator's
Step Expression and body-block.