Indicates if this expression returns items in document order without duplicates. @return result of check
()
| 377 | * @return result of check |
| 378 | */ |
| 379 | public boolean ddo() { |
| 380 | return seqType().zeroOrOne(); |
| 381 | } |
| 382 | |
| 383 | /** |
| 384 | * Returns the arguments/operands of an expression (function, list, etc.). |