Indicates if this is a root node. @return result of check
()
| 85 | * @return result of check |
| 86 | */ |
| 87 | public boolean isRoot() { |
| 88 | return key == Empty.VALUE; |
| 89 | } |
| 90 | |
| 91 | @Override |
| 92 | public Value atomValue(final QueryContext qc, final InputInfo ii) throws QueryException { |