OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thatnamespace
(Results
1 - 1
of
1
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java
613
String
thatnamespace
= qname.getNamespaceURI();
local
616
&& (((null != thisnamespace) && (null !=
thatnamespace
))
617
? thisnamespace.equals(
thatnamespace
)
618
: ((null == thisnamespace) && (null ==
thatnamespace
)));
Completed in 54 milliseconds