[ALOY-264] Simplify special tag parsers code
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-10-11T02:30:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.1, 2012 Sprint 21 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-09-13T06:46:18.000+0000 |
Updated | 2014-01-28T23:28:50.000+0000 |
Description
We need to work to make the code for special tag parsers simpler. The big problem right now is that all parsers need to manually handle elements, being sure to inspect them in addition to any other logic they typically implement. This should be done transparently so we don't have to do it everytime we write a parser. In addition, this will make developer-created parsers much easier in the future.
Rolled this issue into ALOY-324