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

Method current

basex-core/src/main/java/org/basex/util/InputParser.java:49–52  ·  view source on GitHub ↗

Returns the current character. @return current character

()

Source from the content-addressed store, hash-verified

47 * @return current character
48 */
49 public final int current() {
50 final int i = pos;
51 return i < length ? input[i] : 0;
52 }
53
54 /**
55 * Checks if the current character equals the specified one.

Callers 2

foundMethod · 0.95
currentAsStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected