- 所有已实现的接口:
- Function
public class Position
extends java.lang.Object
implements Function
The position function returns a number equal to the context position from the expression evaluation context.
e.g.
/child::doc/child::chapter[position()=5]/child::section[position()=2] selects the second section of the fifth chapter of the doc document element
- 从以下版本开始:
- 2018/2/28.
- 作者:
- github.com/zhegexiaohuozi seimimaster@gmail.com