MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / isNil

Method isNil

jOOQ/src/main/java/org/jooq/impl/XMLHandler.java:503–506  ·  view source on GitHub ↗
(Attributes attributes)

Source from the content-addressed store, hash-verified

501 }
502
503 private final boolean isNil(Attributes attributes) {
504 return "true".equals(attributes.getValue("xsi:nil"))
505 || "true".equals(attributes.getValue("nil"));
506 }
507
508 @Override
509 public final void endElement(String uri, String localName, String qName) throws SAXException {

Callers 1

startElementMethod · 0.95

Calls 2

equalsMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected