On Feb 20, 2011, at 12:30 PM, Thomas Mortagne wrote:
On Sun, Feb 20, 2011 at 09:52, Vincent Massol <[email protected]> wrote:
Hi Thomas,
I think it could be a good idea to remove (deprecate?) the current BlockFilter interface/implementations and instead use the newly introduced BlockMatcher. WDYT?
Thanks -Vincent
It's not exactly the same thing. BlockFilter is used to modify the tree and can produce new blocks that did not existed (like generating a label for a standalone link for example). Impossible to replace it with BlockMatcher as it is.
hmmm ok. I was looking at PlainTextBlockFilter which at least could be replaced with a PlainTextBlockMatcher. Seems we're using BlockFilter for clone() and I thought it would be better to have clone(BlockMatcher). Shouldn't we use transformations for modifying an input Block (or XDOM) into another output Block (XDOM)? Thanks -Vincent