Searched refs:nullAttr (Results 1 – 1 of 1) sorted by relevance
426 String nullAttr = parser.getAttributeValue(xsi, NIL_LABEL); in read() local428 if (nullAttr == null) { in read()429 nullAttr = parser.getAttributeValue(xsi, NULL_LABEL); in read()431 if (nullAttr != null && SoapEnvelope.stringToBoolean(nullAttr)) { in read()