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.