The current() function returns a node-set whose only member is the current node.
Syntax:
node-set current()
Arguments: None.
Result:
A node-set that has the current node as its only member. Usually the current node and the context node (the one represented by a single period (.)) are the same. Within a predicate expression, however, they are usually different.