简体   繁体   English

TIBCO 设计器中的“text()=0”是什么意思?

[英]What does `text()=0` mean in TIBCO designer?

In one of the TIBCO Designer .process files I found an expression like this: $SomeValue/text()=0 .在其中一个 TIBCO Designer .process文件中,我发现了这样的表达式: $SomeValue/text()=0

What does it mean?这是什么意思?

That $SomeValue is null or blank, or what? $SomeValue是 null 或空白,还是什么?

Its evaluating the value to a Boolean.. meaning if text() is zero, then the field for which it is mapped becomes true.它将值评估为布尔值.. 意思是如果 text() 为零,则它所映射的字段变为真。 Generally () are not seen in the xpath values, would be great if you could post the exact statement.通常 () 在 xpath 值中看不到,如果您可以发布确切的声明,那就太好了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM