mvolkmann / waxy

WAX - a new approach to writing XML
http://java.ociweb.com/mark/programming/wax.html
2 stars 0 forks source link

rework handling of line separators #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rework handling of line separators as follows:

1) change the cr field in the WAX class to lineSeparator.
2) remove useNonWindowsCR and useWindowsCR methods
3) add setLineSeparator and getLineSeparator methods
4) add constants for default Windows, UNIX and Mac line separators
5) use the value of the line.separator property as the default

Original issue reported on code.google.com by r.mark.v...@gmail.com on 3 Oct 2008 at 5:46

GoogleCodeExporter commented 9 years ago
Done.

Original comment by r.mark.v...@gmail.com on 3 Oct 2008 at 6:09