On Fri, Jun 4, 2010 at 4:45 PM, Ishan Jayawardena <[email protected]> wrote: > 4 Iterator<Step> iterator()
I think, we shouldn't use type-safe iterators (which I think, is newly introduced in JDK 1.5) as Xerces supports JDK 1.3 min level as of now. So the above API could be changed to: Iterator iterator() I feel, we could use JDK 1.4 for SCP, but I guess not 1.5 for Xerces as of now :) -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
