Directory src/java/com/thoughtworks/xstream/xml/xpp3/

Directory Created:
2004-01-10 01:02
Directory Deleted:
2004-03-07 06:10
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/src/java/com/thoughtworks/xstream/xml/xpp3

Lines of Code

src/java/com/thoughtworks/xstream/xml/xpp3/ Lines of Code

Developers

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

Most Recent Commits

joe 2004-03-07 06:10 Rev.: 95

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:

  • src/java/com/thoughtworks/xstream/xml/xpp3: Xpp3Dom.java (del), Xpp3DomBuilder.java (del), Xpp3DomXMLReader.java (del), Xpp3DomXMLReaderDriver.java (del), Xpp3DomXMLWriter.java (del)
jvanzyl 2004-02-27 11:45 Rev.: 71

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:

  • src/java/com/thoughtworks/xstream/xml/xpp3: Xpp3Dom.java (+72 -21)
joe 2004-02-09 12:59 Rev.: 66

Bugfix: When using Xpp3 reader, nulls and empty strings aren't distinguished between. Fixed.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/xml/xpp3: Xpp3DomXMLReader.java (+1 -1)
joe 2004-01-29 07:40 Rev.: 65

Fixed inconsistenty between Xpp3 and DOM readers : whitespace around text should be maintained.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/xml/xpp3: Xpp3DomBuilder.java (+1 -1)
jvanzyl 2004-01-10 01:51 Rev.: 57

o fixing POM <id/>
o reformatted to joe style (sorry 'bout that joe.)

92 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/xml/xpp3: Xpp3Dom.java (+23 -39), Xpp3DomBuilder.java (+29 -45), Xpp3DomXMLReader.java (+19 -37), Xpp3DomXMLReaderDriver.java (+6 -11), Xpp3DomXMLWriter.java (+15 -26)
jvanzyl 2004-01-10 01:02 Rev.: 52

o adding xpp3 implementation

158 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/xml/xpp3: Xpp3Dom.java (new 39), Xpp3DomBuilder.java (new 45), Xpp3DomXMLReader.java (new 37), Xpp3DomXMLReaderDriver.java (new 11), Xpp3DomXMLWriter.java (new 26)