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

Method qname

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

Returns the QName (optional prefix, local name) of an attribute, element or processing instruction. @return name, or null if node has no QName

()

Source from the content-addressed store, hash-verified

367 * @return name, or {@code null} if node has no QName
368 */
369 public abstract QNm qname();
370
371 @Override
372 public abstract Value materialize(Predicate<Data> test, InputInfo ii, QueryContext qc)

Callers 9

namespacesMethod · 0.95
itemMethod · 0.95
testMethod · 0.95
setParametersMethod · 0.95
itemMethod · 0.95
deepEqualMethod · 0.95
attributeMethod · 0.95
nextMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected