HomeSort by relevance Sort by last modified time
    Searched full:thisnamespace (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 589 String thisnamespace = getNamespaceURI(); local
592 && (((null != thisnamespace) && (null != ns))
593 ? thisnamespace.equals(ns)
594 : ((null == thisnamespace) && (null == ns)));
612 String thisnamespace = getNamespaceURI(); local
616 && (((null != thisnamespace) && (null != thatnamespace))
617 ? thisnamespace.equals(thatnamespace)
618 : ((null == thisnamespace) && (null == thatnamespace)));

Completed in 74 milliseconds