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

Method text

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

Returns a text (text, comment, pi, document) or attribute value. @param pre PRE value @param text text/attribute flag @return atomized value

(int pre, boolean text)

Source from the content-addressed store, hash-verified

472 * @return atomized value
473 */
474 public abstract byte[] text(int pre, boolean text);
475
476 /**
477 * Returns a text (text, comment, pi, document) or attribute value as integer value.

Callers 15

updateTextMethod · 0.95
updateAttributeMethod · 0.95
updateAttribute2Method · 0.95
addAttributeMethod · 0.95
listResourcesMethod · 0.95
runMethod · 0.95
atomMethod · 0.95
attValueMethod · 0.95
nameMethod · 0.95
updateMethod · 0.95
replaceMethod · 0.95
insertMethod · 0.95

Calls 3

newIDMethod · 0.95
textRefMethod · 0.95
sMethod · 0.95

Tested by 7

updateTextMethod · 0.76
updateAttributeMethod · 0.76
updateAttribute2Method · 0.76
addAttributeMethod · 0.76
writeMessageMethod · 0.36
writeBase64Method · 0.36
writeHexMethod · 0.36