lookup the components of a pipeline

2004-09-06 Thread Daniel Glöckner
Hi, at the moment I've run out of ideas, concerning possible methods to access the components of a cocoon pipeline. What I need is a way to get the class (or the whole object) of the previous and the following component of the current component. I dug into the ComponentManager but couldn't fin

Re: lookup the components of a pipeline

2004-09-07 Thread Daniel Glöckner
On Monday 06 September 2004 17:15, Jorg Heymans wrote: > Daniel Glöckner wrote: > > Hi, > > > > at the moment I've run out of ideas, concerning possible methods to > > access the components of a cocoon pipeline. What I need is a way to get > > the class (or

Re: lookup the components of a pipeline

2004-09-07 Thread Daniel Glöckner
Hi Jorg, thank you for helping me solving this design problem. On Tuesday 07 September 2004 12:12, Jorg Heymans wrote: > > > > The usecase is quite simple. A custom transformer needs to know its > > predecessor and its successor. The Transformer is a schema validating > > Transformer used for v

TreeProcessor - accessing nodes

2004-09-17 Thread Daniel Glöckner
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