Returns a test to check if the specified expression or path occurs in the query plan. @param expr expression @return test string
(final String expr)
| 359 | * @return test string |
| 360 | */ |
| 361 | protected static String exists(final String expr) { |
| 362 | return "exists(//" + expr + ')'; |
| 363 | } |
| 364 | |
| 365 | /** |
| 366 | * Returns a test to check if the specified expression occurs in the query plan. |