Returns a prefix for the name with the specified ID. @param id ID of prefix @return prefix
(final int id)
| 94 | * @return prefix |
| 95 | */ |
| 96 | byte[] prefix(final int id) { |
| 97 | return prefixes.key(id); |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Returns a namespace URI for the name with the specified ID. |