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

Method norm

basex-core/src/main/java/org/basex/util/TokenBuilder.java:122–124  ·  view source on GitHub ↗

Adds a norm flag. This method should only be called to control text rendering in the visual front end. @return self reference

()

Source from the content-addressed store, hash-verified

120 * @return self reference
121 */
122 public TokenBuilder norm() {
123 return add(NORM);
124 }
125
126 /**
127 * Adds a half new line. This method should only be called to control text

Callers 5

dbMethod · 0.80
InfoViewMethod · 0.80
addMethod · 0.80
exampleMethod · 0.80
errorMethod · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected