Re: [SrcML] XHTML-ViewPlugin
Status: Beta
Brought to you by:
crashchaos
From: Leif B. <lei...@un...> - 2005-11-18 09:36:06
|
> What about extending your NextElementDoneEvent into a more generic > DoneEvent? Shouldn't require that much of a change. Done :) It's in the CVS although the Unittests don't compile (the JavaHelper.java doesn't compile anymore). > Only problem might be the performance when every single whitespace > results in a whole bunch of events being fired through the whole > machinery. But we can still add some event filtering later if it > proves > to be a real problem and only send the events when requested. This is a real problem, so at the moment I will fire DoneEvents only after StringEvents are processed. That's acceptable, but also noticeable slower. Greetings Leif |