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

Method oneOf

basex-core/src/main/java/org/basex/query/expr/path/Axis.java:173–175  ·  view source on GitHub ↗

Checks if this is one of the specified candidates. @param candidates candidates @return result of check

(final Axis... candidates)

Source from the content-addressed store, hash-verified

171 * @return result of check
172 */
173 public boolean oneOf(final Axis... candidates) {
174 return Enums.oneOf(this, candidates);
175 }
176
177 @Override
178 public String toString() {

Callers

nothing calls this directly

Calls 1

oneOfMethod · 0.95

Tested by

no test coverage detected