hosain-fouad / dotify

Automatically exported from code.google.com/p/dotify
0 stars 3 forks source link

Shared data structure between formatter impl. and obfl parser #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some classes are shared between the formatter impl. and the obfl parser. This 
is somewhat confusing, as they are conceptually separate.

Original issue reported on code.google.com by joel.hak...@mtm.se on 28 Jan 2014 at 4:07

GoogleCodeExporter commented 9 years ago
One solution could be to buffer the incoming XML events (without creating a 
custom data structure, update the text nodes of that sub tree and then re-send 
these events to the parser... It could perhaps be done in a separate 
StaX-parser, if desired.

Original comment by joel.hak...@mtm.se on 28 Jan 2014 at 4:12

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r734.

Original comment by joel.hak...@mtm.se on 29 Jan 2014 at 10:49