Returns a namespace URI for the name with the specified ID. @param id ID of namespace URI (0: no namespace) @return namespace URI or null
(final int id)
| 103 | * @return namespace URI or {@code null} |
| 104 | */ |
| 105 | public byte[] uri(final int id) { |
| 106 | return uris.key(id); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Returns the ID of the specified namespace URI. |