Returns the string representation of a query result. @param query query string @param value optional context value @return optional expected test suite result
(final String query, final XdmValue value)
| 919 | * @return optional expected test suite result |
| 920 | */ |
| 921 | String asString(final String query, final XdmValue value) { |
| 922 | return XQuery.string(query, value, ctx); |
| 923 | } |
| 924 | |
| 925 | /** |
| 926 | * Returns the boolean representation of a query result. |
no test coverage detected