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

Method qname

basex-core/src/main/java/org/basex/query/QueryError.java:1601–1603  ·  view source on GitHub ↗

Returns the namespace URI of this error. @return function

()

Source from the content-addressed store, hash-verified

1599 * @return function
1600 */
1601 public final QNm qname() {
1602 return new QNm(Token.token(prefix), code, uri);
1603 }
1604
1605 /**
1606 * Returns the error message.

Callers 1

getMethod · 0.95

Calls 1

tokenMethod · 0.95

Tested by

no test coverage detected