我想在 Xpath 表达式中捕获条件。例如在如下表达式中:
loan:_applicant/base:_entity/person:_phones/base:SmartRefOfPhoneeJDvviUx[base:_entity/contact:_category/base:_underlyingValue='Personal' and base:_entity/contact:_isMobile/base:_underlyingValue!='true']/base:_entity
我想抓住:
base:_entity/contact:_category/base:_underlyingValue='Personal'
和
base:_entity/contact:_isMobile/base:_underlyingValue!='true'
运算符和示例中的 Xpath 可以是或
是否可以使用正则表达式获取条件?