Home | History | Annotate | Download | only in clearsilver

Lines Matching refs:null

37     if (hdf == null) {
38 throw new NullPointerException("Null HDF is not allowed in constructor of DelegatedHdf.");
134 return hdf != null ? newDelegatedHdf(hdf) : null;
139 return hdf != null ? newDelegatedHdf(hdf) : null;
144 return hdf != null ? newDelegatedHdf(hdf) : null;
153 return hdf != null ? newDelegatedHdf(hdf) : null;
166 return hdf != null ? newDelegatedHdf(hdf) : null;
171 return hdf != null ? newDelegatedHdf(hdf) : null;
175 if (src != null && src instanceof DelegatedHdf) {