Commit Graph

9 Commits

Author SHA1 Message Date
4a1944f792
feat(serialize): initial prototype for XML SerializeReader
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 21:48:19 +02:00
b7ef2741b3
feat(serialize-xml): scaffold wrapper 2024-04-13 20:41:13 +02:00
006424fb00
fix(serialize-xml): correct hasNext for concise tags
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 20:35:26 +02:00
0507254c30
fix(serialize-xml): first passing test run 2024-04-13 20:32:54 +02:00
dbf5d51343
fix(serialize-xml): fetch correct name from pathNames in endTag 2024-04-13 20:09:10 +02:00
b004c00fcf
fix(serialize-xml): more buffer fixes 2024-04-13 20:06:41 +02:00
866b429155
feat(serialize-xml): make whitespace handling and leniency configurable 2024-04-13 20:06:02 +02:00
264f847cdf
fix(serialize-xml): look at the right places in the buffer 2024-04-13 19:32:27 +02:00
eb3db63fd5
feat(serialize-xml): initial prototyping for xml reader 2024-04-13 19:23:31 +02:00