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

Method is

basex-core/src/main/java/org/basex/query/value/node/GNode.java:59–59  ·  view source on GitHub ↗

Checks if two nodes are identical. @param node node to be compared @return result of check

(GNode node)

Source from the content-addressed store, hash-verified

57 * @return result of check
58 */
59 public abstract boolean is(GNode node);
60
61 /**
62 * Checks the document order of two nodes.

Callers 2

itemMethod · 0.95
nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected