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

Method text

basex-core/src/main/java/org/basex/io/serial/Serializer.java:349–350  ·  view source on GitHub ↗

Serializes a text. @param value value @param ftp full-text positions, used for visualization highlighting (can be null) @throws IOException I/O exception

(final byte[] value, final FTPos ftp)

Source from the content-addressed store, hash-verified

347 * @throws IOException I/O exception
348 */
349 @SuppressWarnings("unused")
350 protected void text(final byte[] value, final FTPos ftp) throws IOException { }
351
352 /**
353 * Serializes a comment.

Callers 14

prepareTextMethod · 0.95
addValueMethod · 0.45
addValueMethod · 0.45
addValueMethod · 0.45
finishMethod · 0.45
buildMethod · 0.45
pathsMethod · 0.45
insertMethod · 0.45
childrenMethod · 0.45
toStringMethod · 0.45
buildMethod · 0.45
keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected