vtd-xml:Autopilot:在Autopilot中注册一个函数

时间:2012-06-11 09:27:00

标签: vtd-xml

Java VTD-XML具有以下API

class AutoPilot{
    declareVariableExpr(java.lang.String varName, java.lang.String varExpr);
}

如何在VTD-XML自动驾驶仪中注册功能?

例如,我想评估以下表达式:

concat("abc-",getCurrentDateTime());

我希望Autopilot让我注册一个名为getCurrentDateTime()的函数,让我在表达式评估中使用它。

如何在Autopilot中注册功能?如果是的话,你能指点我一些例子吗?

此致

VIMAL

1 个答案:

答案 0 :(得分:0)

VTD-XML不允许您定义要在XPath评估中使用的函数...但这听起来像是在2.1版中要考虑的有趣特性