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

Method texts

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

Deletes all text nodes. @throws Exception exception

()

Source from the content-addressed store, hash-verified

38 * @throws Exception exception
39 */
40 @Test public void texts() throws Exception {
41 eval("delete node //text()");
42 }
43
44 /**
45 * Deletes first 1000 text nodes.

Callers

nothing calls this directly

Calls 1

evalMethod · 0.65

Tested by

no test coverage detected