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

Method bold

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

Adds a bold 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

102 * @return self reference
103 */
104 public TokenBuilder bold() {
105 return add(BOLD);
106 }
107
108 /**
109 * Adds an underline toggle flag. This method should only be called to control text

Callers 2

exampleMethod · 0.95
dbMethod · 0.45

Calls 1

addMethod · 0.95

Tested by

no test coverage detected