The result returned by this property depends on the iterator type:
-
Element Iterator: The property returns the current element.
This is the same as the expression:
iterator.curItem.toElement()
.
-
Attribute Iterator: The property returns the iterator's context element
(the same as the returned by the expression:
iterator.contextElement
).
Property Scope:
This property is valid only within the iterator's
Step Expression and body-block.