Hi, Dave.

"Dave Brosius" <[EMAIL PROTECTED]> wrote on 2005-05-03 12:06:32 AM:
> In org.apache.xalan.xsltc.dom.SAXImpl
>     public DTMAxisIterator getNthDescendant(int type, int n, boolean
> includeself)
>     {
>         DTMAxisIterator source = (DTMAxisIterator) new 
> TypedDescendantIterator(type);
>         return new NthDescendantIterator(n);
>     }
> 
> Is the TypeDescendantIterator actually needed?

     Good observation.  No, the TypedDescendantIterator doesn't seem to be 
needed.

Thanks,

Henry
------------------------------------------------------------------
Henry Zongaro      Xalan development
IBM SWS Toronto Lab   T/L 969-6044;  Phone +1 905 413-6044
mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to