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

Method textRef

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

Returns the reference to a text (text, comment, pi, pi, document) or attribute value. @param pre PRE value @return disk offset

(final int pre)

Source from the content-addressed store, hash-verified

462 * @return disk offset
463 */
464 public final long textRef(final int pre) {
465 return table.read5(pre, 3);
466 }
467
468 /**
469 * Returns a text (text, comment, pi, document) or attribute value.

Callers 3

docMethod · 0.95
textMethod · 0.95
attrMethod · 0.95

Calls 2

read5Method · 0.45
write5Method · 0.45

Tested by

no test coverage detected