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

Method build

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

Creates a document builder. @param uri base URI @return document builder

(final byte[] uri)

Source from the content-addressed store, hash-verified

43 * @return document builder
44 */
45 public static FBuilder build(final byte[] uri) {
46 return new FBuilder(new FDoc(uri));
47 }
48
49 /**
50 * Creates a document builder.

Callers 15

createMethod · 0.95
queryBindBXNodeMethod · 0.95
checkMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
itemMethod · 0.95
convertMethod · 0.95
itemMethod · 0.95
castMethod · 0.95
materializeMethod · 0.95
xmlNodeDataMethod · 0.95

Calls 2

tokenMethod · 0.95
childrenMethod · 0.45

Tested by 1

queryBindBXNodeMethod · 0.76