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

Method updateText

basex-core/src/main/java/org/basex/data/Data.java:891–891  ·  view source on GitHub ↗

Updates the specified text or attribute value. @param pre PRE value @param value content @param kind node kind

(int pre, byte[] value, int kind)

Source from the content-addressed store, hash-verified

889 * @param kind node kind
890 */
891 protected abstract void updateText(int pre, byte[] value, int kind);
892
893 /**
894 * Sets the distance.

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected