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

Directory Created:
2003-09-26 07:08
Directory Deleted:
2004-03-07 06:10
Total Files:
0
Deleted Files:
2
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
joe 6 (100.0%) 22 (100.0%) 3.6

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 2 files:

  • src/java/com/thoughtworks/xstream/xml/text: CompactXMLWriter.java (del), PrettyPrintXMLWriter.java (del)
joe 2003-10-03 09:34 Rev.: 7

Now supports arrays! Wahey!
Even arrays with null values in them.
PrettyPrintXMLWriter now writes empty tags like <blah/>

14 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/xml/text: PrettyPrintXMLWriter.java (+14 -2)
joe 2003-09-29 14:03 Rev.: 3

A weekend worth of changes with no home connectivity
- added XMLReaderDriver abstraction to allow easy switching of XML parsers
- StringBuffer converter
- XMLReader test cases
- W3C DOM XMLReader impl (removes DOM4J dependency)
- Refactoring: Converters now determine whether they can handle a type
- XStream facade: added methods to allow custom XMLReader/Writers to be used
- Refactoring: XMLWriter has more sensible test names
- Static/final/transient fields are not serialized

4 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/xml/text: PrettyPrintXMLWriter.java (+4 -4)
joe 2003-09-26 07:08 Rev.: 2

Initial commit

4 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/xml/text: CompactXMLWriter.java (new), PrettyPrintXMLWriter.java (new 4)