![]() | ![]() |
[root]/src/java/com/thoughtworks/xstream/xml/xpp3
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 324 (100.0%) | 18.0 |
jvanzyl | 11 (61.1%) | 322 (99.4%) | 29.2 |
joe | 7 (38.9%) | 2 (0.6%) | 0.2 |
Renamed XMLReader/Writer related classes/interfaces/packages to be less XML like and more general heirachy like.
0 lines of code changed in 5 files:
o adding a touch of documentation
o moving the creation of the child map and list to the constructor, the addition
of a child before any other operation was causing an NPE.
The additions made here make the baby dom more complete and i've moved it
here so that I could offload as much as possible to xstream where I
previously had it in plexus. But the little dom package might be
useful separately, but it's in xstream for now.
72 lines of code changed in 1 file:
Bugfix: When using Xpp3 reader, nulls and empty strings aren't distinguished between. Fixed.
1 lines of code changed in 1 file:
Fixed inconsistenty between Xpp3 and DOM readers : whitespace around text should be maintained.
1 lines of code changed in 1 file:
o fixing POM <id/>
o reformatted to joe style (sorry 'bout that joe.)
92 lines of code changed in 5 files:
o adding xpp3 implementation
158 lines of code changed in 5 files: