Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ kind
Method
kind
basex-core/src/main/java/org/basex/query/value/node/GNode.java:36–38 ·
view source on GitHub ↗
Returns the node kind. @return node kind
()
Source
from the content-addressed store, hash-verified
34
* @
return
node kind
35
*/
36
public
final
Kind kind() {
37
return
type.kind();
38
}
39
40
@Override
41
public
final
boolean instanceOf(
final
Type tp,
final
boolean coerce) {
Callers
14
node
Method · 0.95
node
Method · 0.95
children
Method · 0.95
value
Method · 0.95
iter
Method · 0.95
root
Method · 0.95
deepEqual
Method · 0.95
next
Method · 0.95
followingSiblingIter
Method · 0.95
precedingSiblingIter
Method · 0.95
toString
Method · 0.95
mergeNodeCacheText
Method · 0.95
Calls
1
kind
Method · 0.65
Tested by
no test coverage detected