Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.4
-
None
-
None
-
Operating System: All
Platform: All
-
7409
Description
In org.apache.xpath.XPathContext the methods
pushCurrentNodeAndExpression
and
pushExpressionState
apparently should push their arguments to an number of stacks.
The cn value (current node) is however pushed on both
the current node and the current expression expression stack.
The current expression (en) value is not used.
It is likely that this is an error (if not than that should
be properly documented). It appears not to give any problems
at the moment as both arguments to the methods seem to be
equal at all call's .....