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

Method fallback

basex-core/src/main/java/org/basex/io/in/TextInput.java:108–112  ·  view source on GitHub ↗

Checks the input for valid XML characters and throws an exception if invalid characters are found. @param flag flag to be set @return self reference

(final boolean flag)

Source from the content-addressed store, hash-verified

106 * @return self reference
107 */
108 public TextInput fallback(final boolean flag) {
109 fallback = flag;
110 decoder.fallback = flag;
111 return this;
112 }
113
114 /**
115 * Sets a new encoding.

Callers 5

parseMethod · 0.45
docMethod · 0.45
toStringMethod · 0.45
inputMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected