The result returned by this property depends on the iterator type:
  1. Element Iterator: The property returns the current element. This is the same as the expression: iterator.curItem.toElement().
  2. 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.