Tech-invite3GPPspaceIETFspace
21222324252627282931323334353637384‑5x

Content for  TS 32.161  Word version:  18.0.0

Top   Top   Up   Prev   Next
0…   5…   6…   7…   A…   B…   C…   D…

 

C  Comparison of Jex with XPath 1.0p. 22

C.1  Comparison of Jex basic with XPath 1.0p. 22

The function library in Jex Basic is empty.
Only one predicate is allowed per step.
Only the following operators are supported "=".
Use of parenthesis is not supported.
Namespaces are not supported.
Only the child axis is supported.
The concept of variables is not used in Jex.

C.2  Comparison of Jex advanced with XPath 1.0p. 22

The function library in Jex Basic includes only the "contains()" and "not()" function.
Only one predicate is allowed per step.
Only the following operators are supported "=", "!=", "<", ">", "<=", ">=", "or", "and".
Namespaces are not supported.
Only the child axis is supported.
The concept of variables is not used in Jex.
When using comparison operators "=", "!=", "<", ">", ">=" or "<=" both sides result in a single scalar value: string, number, or true, false or null. If this is not the case the expression has the value false. E.g., if multiple attributes or a multivalued attribute or an MOI is selected by the left side the result will be false.
Up

C.3  Comparison of Jex conditions with XPath 1.0p. 23

A Jex conditions expression is equal to the predicate in Jex advanced. Therefore the statements made for the predicate in Jex advanced apply here.

Up   Top   ToC