Overview
Returns the context node of the XPath expression.
Code Block | ||||
---|---|---|---|---|
| ||||
node-set current ( ) |
Return Value
Context node of xpath the XPath expression.
Remarks
Examples
Code Block |
---|
../../Positions/Position[Id=current()/Position]/Name |
...
Returns the context node of the XPath expression.
Code Block | ||||
---|---|---|---|---|
| ||||
node-set current ( ) |
Return Value
Context node of xpath the XPath expression.
Code Block |
---|
../../Positions/Position[Id=current()/Position]/Name |
...