Hi,

on my quest for accessing the nodes of a pipeline I run into the TreeProcessor 
class. I inspected that component at runtime and found out, that it has a 
private field called rootNode, holding the first child node of the root 
pipeline. From there on I could "traverse" the tree and access all pipelines 
and their nodes. The problem concerning the rootNode is, that it is 
'protected'. 
Is there a way  to access the nodes without having to modify the 
TreeProcessor? To me, it seems quite critical changing a core component of 
cocoon.

Thank you for your help!

Best regards,
Daniel

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

Reply via email to