Improving the performance of toString() by caching the result. Improving the performance of equals() by first checking if the QName is the same object and then by checking whether the local names are equal before looking at the namespace URI. Since it's more likely that the namespaces will be equal, we can return false faster when the local names are different. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226225 13f79535-47bb-0310-9956-ffa450edef68
xml-commons/README.txt $Id$ HEAR YE, HEAR YE! Software and documentation in this repository are covered under a number of different licenses. Most files under xml-commons/java/external/ are covered under their respective LICENSE.*.txt files; see the matching README.*.txt files for descriptions. Note that xml-commons/java/external/build.xml and xml-commons/java/external/src/manifest.commons are both covered under the Apache Software License. All files not otherwise noted are covered under the Apache Software License in LICENSE.txt including all files under xml-commons/java/src
Description
Languages
Java
97.2%
HTML
2.8%