On Fri, 2006-10-27 at 19:41 +0900, Takahide Nogayama wrote:
> 
> Filter might not be clean design in terms of mixed layer processing.
> But handler with filter is  
> good for performance/memory perspective. Filter enables us to have an
> option of doing 
> some part of the job of the handler on StAX event layer or on handler
> layer.  It might not be  
> must-have but nice-to-have. 
> I think that mix layers of processing and performance improvement are
> trade-off problem. 

OK then write a handler that turns off caching (so you get the pull
stream raw), eats whatever it wants and builds a new envelope and sticks
it onto the MC as the envelope.

No expanding the tree, no architectural inconsistency and you get StAX
to play with. Problem solved?

Sanjiva.



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

Reply via email to