[jdom-commits] CVS update: jdom/src/java/org/jdom
jhunter at cvs.jdom.org
jhunter at cvs.jdom.org
Fri Jun 15 16:43:28 PDT 2001
Date: Saturday June 16, 2001 @ 0:43
Author: jhunter
Update of /home/cvspublic/jdom/src/java/org/jdom
In directory www.nmemonix.com:/tmp/cvs-serv24731
Modified Files:
Element.java
Log Message:
Made note that elt.getAdditionalNamespaces() returns an unmodifiable list,
and made the implementation enforce the rule. This change allows
Namespace.equals() to be implemented to compare URIs instead of resorting
to ==, and more importantly it avoids having XMLOutputter trigger a new
List object creation for every element with an empty additional namespace
list (which is 99.9% of elements).
-jh-
===================================================================
File: no file Element.java Status: Needs Checkout
Working revision: 1.85 Fri Jun 15 23:43:28 2001
Repository revision: 1.85 /home/cvspublic/jdom/src/java/org/jdom/Element.java,v
Existing Tags:
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
More information about the jdom-commits
mailing list