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

Method nodes

basex-tests/src/test/java/org/basex/local/single/Delete.java:24–26  ·  view source on GitHub ↗

Deletes all nodes. @throws Exception exception

()

Source from the content-addressed store, hash-verified

22 * @throws Exception exception
23 */
24 @Test public void nodes() throws Exception {
25 eval("delete node //node()");
26 }
27
28 /**
29 * Deletes all element nodes.

Callers

nothing calls this directly

Calls 1

evalMethod · 0.65

Tested by

no test coverage detected