[root]/xstream/src/java/com/thoughtworks/xstream/xml/xpp3
Renamed XMLReader/Writer related classes/interfaces/packages to be less XML like and more general heirachy like.
0 lines of code changed in:
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:
Bugfix: When using Xpp3 reader, nulls and empty strings aren't distinguished between. Fixed.
1 lines of code changed in:
Fixed inconsistenty between Xpp3 and DOM readers : whitespace around text should be maintained.
1 lines of code changed in:
o fixing POM <id/>
o reformatted to joe style (sorry 'bout that joe.)
92 lines of code changed in:
o adding xpp3 implementation
158 lines of code changed in: