Returns the ID of the specified namespace URI. @param uri namespace URI @return ID, or 0 if no entry is found
(final byte[] uri)
| 112 | * @return ID, or {@code 0} if no entry is found |
| 113 | */ |
| 114 | public int uriId(final byte[] uri) { |
| 115 | return uris.index(uri); |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Returns the common default namespace of all documents of the database. |
no test coverage detected