(Attributes attributes)
| 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 { |
no test coverage detected