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

Method children

basex-core/src/main/java/org/basex/io/IOFile.java:215–217  ·  view source on GitHub ↗

Returns the children of the path. @return children

()

Source from the content-addressed store, hash-verified

213 * @return children
214 */
215 public IOFile[] children() {
216 return children((FileFilter) null);
217 }
218
219 /**
220 * Returns the children of the path that match the specified regular expression.

Callers 15

runMethod · 0.95
deleteMethod · 0.95
createMethod · 0.95
resourcesMethod · 0.95
addURLMethod · 0.95
childrenMethod · 0.95
actionMethod · 0.95
registerMethod · 0.45
registerMethod · 0.45
parseMethod · 0.45
listStoresMethod · 0.45
dbFilesMethod · 0.45

Calls 7

isDirectoryMethod · 0.80
compileMethod · 0.65
addMethod · 0.65
matchesMethod · 0.45
matcherMethod · 0.45
getNameMethod · 0.45
toArrayMethod · 0.45

Tested by 2

registerMethod · 0.36
registerMethod · 0.36