[jdom-commits] CVS update: jdom
jhunter at cvs.jdom.org
jhunter at cvs.jdom.org
Wed Apr 18 09:13:58 PDT 2001
Date: Wednesday April 18, 2001 @ 17:13
Author: jhunter
Update of /home/cvspublic/jdom
In directory www.nmemonix.com:/tmp/cvs-serv11232
Modified Files:
TODO.txt
Log Message:
Added parentage to DocType so it now has a public getDocument() method
that points at its holding Document. It also has a protected
setDocument() method that is used by Document to manage its parentage.
Added notes to the Javadoc of methods that return List that the List
returned is in document order. There was some doubt about that earlier,
so best to be clear.
Changed elt.setAttribute() so it now replaces any existing attribute with
the same name instead of throwing an IllegalAddException about a
collision. This was part of the Javadoc, and the impl just had to
catch up.
Added a new constructor to IllegalAddException to handle the case when a
DocType is added with a pre-existing parent:
public IllegalAddException(Document base, DocType added, String reason)
Updated TODO to reflect these changes.
-jh-
===================================================================
File: TODO.txt Status: Up-to-date
Working revision: 1.66 Wed Apr 18 16:13:55 2001
Repository revision: 1.66 /home/cvspublic/jdom/TODO.txt,v
Existing Tags:
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
More information about the jdom-commits
mailing list