Home
last modified time | relevance | path

Searched refs:thatnamespace (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DQName.java613 String thatnamespace = qname.getNamespaceURI(); in equals() local
616 && (((null != thisnamespace) && (null != thatnamespace)) in equals()
617 ? thisnamespace.equals(thatnamespace) in equals()
618 : ((null == thisnamespace) && (null == thatnamespace))); in equals()