You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by "Timm, Sean" <ST...@mailgo.com> on 2000/01/28 00:45:38 UTC

createTreeWalker -- DocumentImpl?

It appears that I can only access createTreeWalker through the DocumentImpl
interface.  Is this how it is supposed to be?  I'm working with a Cocoon
processor, and I'm passed a Document interface.  Can I assume that I can
always typecast that to DocumentImpl and then access the createTreeWalker
method?  If not, how would I go about this?

Thanks,
Sean T.