Creates a sequence with the specified values. @param values values (will be invalidated by this call) @return value
(final TokenList values)
| 96 | * @return value |
| 97 | */ |
| 98 | public static Value get(final TokenList values) { |
| 99 | return get(values, BasicType.STRING); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Creates a sequence with the specified values. |