[jdom-commits] CVS Update: jdom
nobody
nobody at chimbo.servlets.com
Wed May 21 02:17:44 PDT 2003
****************************************
Date: Wed May 21, 2003 @03:17:44 MDT
Author:
Update of /home/cvs/jdom
In directory chimbo:/tmp/cvs-serv1632
Modified Files:
TODO.txt
Log Message:
Added two new methods to Parent:
Iterator getDescendants()
Iterator getDescendants(Filter)
Implemented the logic to support these methods using the package
protected classes org.jdom.DescendantIterator and
org.jdom.FilterIterator.
Enhanced the old filter classes so they now extend a new
AbstractFilter class and inherit its and(), or(), and negate() methods.
Added new package protected AndFilter, OrFilter, and NegateFilter
classes to support this.
Added samples/DescendantDemo.java to show how to iterate.
Removed this item from the TODO.
Thanks to Brad's jdom-x for much of the code and inspiration for this!!
-jh-
===================================================================
File: TODO.txt Status: Up-to-date
Working revision: 1.110 Wed May 21 09:17:38 2003
Repository revision: 1.110 /home/cvs/jdom/TODO.txt,v
Existing Tags:
jdom_1_0_b9 (revision: 1.101)
jdom_1_0_b8 (revision: 1.93)
jdom_prefilter (revision: 1.84)
jdom_1_0_b7 (revision: 1.77)
jdom_1_0_b6 (revision: 1.51)
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
More information about the jdom-commits
mailing list