Searched refs:thatnamespace (Results 1 – 1 of 1) sorted by relevance
613 String thatnamespace = qname.getNamespaceURI(); in equals() local616 && (((null != thisnamespace) && (null != thatnamespace)) in equals()617 ? thisnamespace.equals(thatnamespace) in equals()618 : ((null == thisnamespace) && (null == thatnamespace))); in equals()