MCPcopy 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

infoMethod · 0.45
infoMethod · 0.45

Calls 2

getAttributesMethod · 0.95
getLengthMethod · 0.45

Tested by

no test coverage detected