Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ hasAttributes
Method
hasAttributes
basex-core/src/main/java/org/basex/api/dom/BXNode.java:168–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
@Override
169
public
final
boolean hasAttributes() {
170
return
getAttributes().getLength() != 0;
171
}
172
173
@Override
174
public
final
Object getFeature(
final
String feature,
final
String version) {
Callers
2
info
Method · 0.45
info
Method · 0.45
Calls
2
getAttributes
Method · 0.95
getLength
Method · 0.45
Tested by
no test coverage detected