Deletes the specified namespace URI from the root node. @param uri namespace URI reference
(final byte[] uri)
| 363 | * @param uri namespace URI reference |
| 364 | */ |
| 365 | public void delete(final byte[] uri) { |
| 366 | final int id = uris.index(uri); |
| 367 | if(id != 0) current.delete(id); |
| 368 | } |
| 369 | |
| 370 | /** |
| 371 | * Deletes the specified number of entries from the namespace structure. |