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

Method elements

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

Deletes all element nodes. @throws Exception exception

()

Source from the content-addressed store, hash-verified

30 * @throws Exception exception
31 */
32 @Test public void elements() throws Exception {
33 eval("delete node //*");
34 }
35
36 /**
37 * Deletes all text nodes.

Callers

nothing calls this directly

Calls 1

evalMethod · 0.65

Tested by

no test coverage detected