MCPcopy Create free account
hub / github.com/BaseXdb/basex / getEntity

Method getEntity

basex-core/src/main/java/org/basex/util/XMLToken.java:449–451  ·  view source on GitHub ↗

Returns the Unicode token for the specified entity or null. @param key key @return Unicode token

(final byte[] key)

Source from the content-addressed store, hash-verified

447 * @return Unicode token
448 */
449 public static byte[] getEntity(final byte[] key) {
450 return entities().get(key);
451 }
452
453 /**
454 * Returns the most similar entity.

Callers 1

itemMethod · 0.95

Calls 2

entitiesMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected