Hi Folks,
Just finished a big refactoring - HTMLEndTag now derives from =
HTMLTag. HTMLTagScanner.scan() returns a HTMLTag instead of HTMLNode. A =
template method has been created, which connects a tag with its scanner, =
and also ensures that parsing of attributes has been done. So, scanner =
designers dont have to bother about these issues anymore.
From the designer perspective, nothing much changes, its the same =
evaluate() and scan() api that you have to keep using.
All tests updated and passing.
Cheers,
Somik
|